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

Add missing include of llvm-version.h in codegen_shared.h #43683

Merged
merged 1 commit into from
Jan 6, 2022

Conversation

ararslan
Copy link
Member

@ararslan ararslan commented Jan 6, 2022

Without this, JL_LLVM_VERSION is undefined and defaults to 0, so the branch for older LLVM is always taken.

Without this, `JL_LLVM_VERSION` is undefined and defaults to 0, so the
branch for older LLVM is always taken.
@ararslan ararslan requested a review from vchuravy January 6, 2022 17:24
@vchuravy vchuravy added the merge me PR is reviewed. Merge when all tests are passing label Jan 6, 2022
@vchuravy
Copy link
Member

vchuravy commented Jan 6, 2022

Now why are you running on LLVM 14 already xD

@DilumAluthge

This comment has been minimized.

@staticfloat

This comment has been minimized.

@vtjnash vtjnash merged commit ba0b7e9 into master Jan 6, 2022
@vtjnash vtjnash deleted the aa/include-llvm-version branch January 6, 2022 20:29
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Jan 8, 2022
jpsamaroo pushed a commit to jpsamaroo/julia that referenced this pull request Jan 21, 2022
…43683)

Without this, `JL_LLVM_VERSION` is undefined and defaults to 0, so the
branch for older LLVM is always taken.
jpsamaroo pushed a commit to jpsamaroo/julia that referenced this pull request Feb 7, 2022
…43683)

Without this, `JL_LLVM_VERSION` is undefined and defaults to 0, so the
branch for older LLVM is always taken.
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
…43683)

Without this, `JL_LLVM_VERSION` is undefined and defaults to 0, so the
branch for older LLVM is always taken.
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
…43683)

Without this, `JL_LLVM_VERSION` is undefined and defaults to 0, so the
branch for older LLVM is always taken.
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.

5 participants