Skip to content

Commit a7c23ce

Browse files
authored
Remove LLVM
1 parent 2accf5f commit a7c23ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ else()
8282
continue()
8383
endif()
8484
string(REPLACE "clangEdit;" "" transitive_libs "${transitive_libs}")
85+
string(REPLACE "LLVM;" "" transitive_libs "${transitive_libs}")
8586
foreach(transitive_lib ${transitive_libs})
8687
message(STATUS "transitive libs ${transitive_libs}")
8788
message(STATUS "transitive lib ${transitive_lib}")

0 commit comments

Comments
 (0)