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 2accf5f commit a7c23ceCopy full SHA for a7c23ce
lib/Interpreter/CMakeLists.txt
@@ -82,6 +82,7 @@ else()
82
continue()
83
endif()
84
string(REPLACE "clangEdit;" "" transitive_libs "${transitive_libs}")
85
+ string(REPLACE "LLVM;" "" transitive_libs "${transitive_libs}")
86
foreach(transitive_lib ${transitive_libs})
87
message(STATUS "transitive libs ${transitive_libs}")
88
message(STATUS "transitive lib ${transitive_lib}")
0 commit comments