Merge pull request #1378 from prazzb/cmake-fix

Find local llvm-config first
This commit is contained in:
Andrew Kelley 2018-08-14 12:53:54 -04:00 committed by GitHub
commit 52471f6221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
# LLVM_LIBDIRS
find_program(LLVM_CONFIG_EXE
NAMES llvm-config-6.0 llvm-config
NAMES llvm-config llvm-config-6.0
PATHS
"/mingw64/bin"
"/c/msys64/mingw64/bin"