Skip to content
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

Use LLVM_DEBUG instead of DEBUG in final GC lowering pass #32265

Merged

Conversation

jonathanvdc
Copy link
Contributor

Hi! After reviewing @chriselrod's comment on #31135, I discovered a small flaw in said PR. The changes I'm proposing here fix that flaw.

Specifically, I discovered that @banex19 had prepared Julia's LLVM IR optimization passes for LLVM 7.0.1 by replacing calls to the DEBUG macro with calls to the new LLVM_DEBUG macro in 4e8bae3. These changes appear to have been made after I first posted #31135 but before it got merged in. I must've overlooked them when I rebased and hence didn't update llvm-final-gc-lowering.cpp to also use LLVM_DEBUG rather than DEBUG. Sorry about that!

@vchuravy vchuravy merged commit 9ee7d05 into JuliaLang:master Jun 7, 2019
@jonathanvdc
Copy link
Contributor Author

Thanks for merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants