Skip to content

Commit

Permalink
Update LLVM version check
Browse files Browse the repository at this point in the history
  • Loading branch information
aajanki committed Jun 3, 2015
1 parent dff8c60 commit 4e8fd93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/FindLLVM.cmake
Expand Up @@ -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
Expand Down

0 comments on commit 4e8fd93

Please sign in to comment.