-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CIR] Move CIRDataLayout.h into include/clang/CIR/Dialect/IR #621
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few nits
@@ -12,7 +12,6 @@ | |||
#ifndef LLVM_CLANG_LIB_CIR_CIRDATALAYOUT_H | |||
#define LLVM_CLANG_LIB_CIR_CIRDATALAYOUT_H |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to change the header guards too: LLVM_CLANG_CIR_DIALECT_IR_CIRDATALAYOUT_H
I also updated the title and description |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just waiting for tests to finish and will land
Move it up for visibility, just like the other dialect headers.
Move it up for visibility, just like the other dialect headers.
Move it up for visibility, just like the other dialect headers.
Move it up for visibility, just like the other dialect headers.
Move it up for visibility, just like the other dialect headers.
Move it up for visibility, just like the other dialect headers.