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

Reexport the LLVM context. #34991

Merged
merged 1 commit into from
Mar 5, 2020
Merged

Reexport the LLVM context. #34991

merged 1 commit into from
Mar 5, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Mar 4, 2020

Ref #25984 (comment)

Although aotcompile has an accessor for the context of a native object, LLVM.jl currently needs it earlier during generated function expansion. Future work should give us a way to return IR to the compiler differently, e.g. this julep. In the meantime, reexport the context since it's global anyway.

@maleadt maleadt merged commit 71d9375 into master Mar 5, 2020
@maleadt maleadt deleted the tb/export_llvm_context branch March 5, 2020 06:52
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.

1 participant