-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement PRINT_LLVM_OBJECT macro #210
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.
Need an CI run
46cbb9d
to
3e49602
Compare
3e49602
to
db5793a
Compare
Tests will be run in sync with other PRs containing |
CI passed |
db5793a
to
06de471
Compare
This macro helps dumping LLVM entities to strings. See #209
06de471
to
087c420
Compare
Ready for merge |
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.
Let's align all include guards in this PR
@akokoshn I've already done it, include guards in added file are in Google style. |
This macro helps dumping LLVM entities to strings.