Switched find order for llvm, means it will choose llvm version 5.0 before any other version. (#446)

This commit is contained in:
Jonathan Marler 2017-09-08 15:08:24 -06:00 committed by Andrew Kelley
parent d244deb59e
commit 850a1d2054

View File

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