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

adds llvm 6.0 support #795

Merged
merged 2 commits into from
Mar 16, 2018
Merged

adds llvm 6.0 support #795

merged 2 commits into from
Mar 16, 2018

Conversation

gitoleg
Copy link
Contributor

@gitoleg gitoleg commented Mar 15, 2018

adds llvm 6.0 support

Copy link
Member

@ivg ivg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pick a more strict constraint on the LLVM version.

@@ -1,5 +1,5 @@
#if LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR == 8 \
|| LLVM_VERSION_MAJOR == 4 || LLVM_VERSION_MAJOR == 5
|| LLVM_VERSION_MAJOR >= 4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's not be that optimistic, and either use an interval, e.g., LLVM_VERSION_MAJOR >= 4 && LLVM_VERSION_MAJOR < 7 or just enumerate them. I'm for the former.

Copy link
Contributor Author

@gitoleg gitoleg Mar 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's as you wish

@ivg ivg self-assigned this Mar 15, 2018
@ivg ivg merged commit 9e8a58d into BinaryAnalysisPlatform:master Mar 16, 2018
@gitoleg gitoleg deleted the llvm-6.0 branch March 16, 2018 15:09
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