build: try to find llvm-config-7 before llvm-config

master
Andrew Kelley 2018-10-06 00:10:16 -04:00
parent b7dda772a8
commit 5b84192f07
No known key found for this signature in database
GPG Key ID: 4E7CD66038A4D47C
1 changed files with 1 additions and 1 deletions

View File

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