authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-10-06 00:10:16-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-10-06 00:10:16-04:00
log5b84192f07d5e4b3f5ebcd3e08d79852710c04f4
treec58bbd987ed5e83050553d64c2a0e03f4c4155df
parentb7dda772a865c9c610aa4ed6ece831a8ea7bb8d5
signature Commit is signed but in an unrecognized format.

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


1 files changed, 1 insertions(+), 1 deletions(-)

cmake/Findllvm.cmake+1-1
......@@ -8,7 +8,7 @@
88# LLVM_LIBDIRS
99
1010find_program(LLVM_CONFIG_EXE
11 NAMES llvm-config llvm-config-7 llvm-config-7.0
11 NAMES llvm-config-7 llvm-config-7.0 llvm-config
1212 PATHS
1313 "/mingw64/bin"
1414 "/c/msys64/mingw64/bin"