| author | |
| committer | |
| log | 5b84192f07d5e4b3f5ebcd3e08d79852710c04f4 |
| tree | c58bbd987ed5e83050553d64c2a0e03f4c4155df |
| parent | b7dda772a865c9c610aa4ed6ece831a8ea7bb8d5 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
cmake/Findllvm.cmake+1-1| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| 8 | # LLVM_LIBDIRS | 8 | # LLVM_LIBDIRS |
| 9 | 9 | ||
| 10 | find_program(LLVM_CONFIG_EXE | 10 | find_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 |
| 12 | PATHS | 12 | PATHS |
| 13 | "/mingw64/bin" | 13 | "/mingw64/bin" |
| 14 | "/c/msys64/mingw64/bin" | 14 | "/c/msys64/mingw64/bin" |