Skip to content

Commit

Permalink
Add path for llvm-3.6-tools
Browse files Browse the repository at this point in the history
This is the version that is installable on Ubuntu 14.04
  • Loading branch information
neonichu committed Dec 13, 2016
1 parent f8d807a commit f172878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindFileCheck.cmake
Expand Up @@ -6,7 +6,7 @@

find_program(FILECHECK_EXECUTABLE
NAMES FileCheck
PATHS /usr/local/opt/llvm/bin /usr/lib/llvm-3.7/bin
PATHS /usr/local/opt/llvm/bin /usr/lib/llvm-3.6/bin /usr/lib/llvm-3.7/bin
DOC "Path to 'FileCheck' executable")

# Handle REQUIRED and QUIET arguments, this will also set FILECHECK_FOUND to true
Expand Down

0 comments on commit f172878

Please sign in to comment.