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

Build Against Newer Versions Of LLVM #251

Closed
ldo opened this issue Jun 1, 2015 · 1 comment
Closed

Build Against Newer Versions Of LLVM #251

ldo opened this issue Jun 1, 2015 · 1 comment

Comments

@ldo
Copy link

ldo commented Jun 1, 2015

Your check for suitable versions of LLVM doesn’t go high enough. Here is an updated check:

diff --git a/conf/FindLLVM.cmake b/conf/FindLLVM.cmake
index 51b776c..e60dd4a 100644
--- a/conf/FindLLVM.cmake
+++ b/conf/FindLLVM.cmake
@@ -54,6 +54,9 @@ else (LLVM_INCLUDE_DIR)
     /usr/lib/llvm-3.1/bin
     /usr/lib/llvm-3.2/bin
     /usr/lib/llvm-3.3/bin
+    /usr/lib/llvm-3.4/bin
+    /usr/lib/llvm-3.5/bin
+    /usr/lib/llvm-3.6/bin
     )

   find_program(LLVM_GCC_EXECUTABLE
@aajanki
Copy link
Contributor

aajanki commented Jun 3, 2015

Thanks for the patch, merged.

@aajanki aajanki closed this as completed Jun 3, 2015
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

No branches or pull requests

2 participants