We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37cf90 commit 472bf56Copy full SHA for 472bf56
lib/Interpreter/CMakeLists.txt
@@ -116,6 +116,7 @@ else()
116
)
117
endif(LLVM_LINK_LLVM_DYLIB)
118
endif()
119
+ string(REPLACE "LLVM" "" link_libs "${link_libs}")
120
message(STATUS "link_libs: LLVM ${link_libs}")
121
message(STATUS "llvm_targets_to_build: LLVM ${LLVM_TARGETS_TO_BUILD}")
122
add_llvm_library(clangCppInterOp
0 commit comments