We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41feaf commit 3b97953Copy full SHA for 3b97953
cmake/FindLLVM.cmake
@@ -28,6 +28,4 @@ execute_process(
28
OUTPUT_VARIABLE LLVM_ALL_LIBS
29
OUTPUT_STRIP_TRAILING_WHITESPACE
30
)
31
-message("llvm jit libs: " ${LLVM_JIT_LIBS})
32
-message("llvm all libs: " ${LLVM_ALL_LIBS})
33
0 commit comments