lol
at 23.11-beta 24 lines 534 B view raw
1diff --git a/tools/cling/tools/driver/CMakeLists.txt b/tools/cling/tools/driver/CMakeLists.txt 2--- a/tools/cling/tools/driver/CMakeLists.txt 3+++ b/tools/cling/tools/driver/CMakeLists.txt 4@@ -9,10 +9,10 @@ 5 # Keep symbols for JIT resolution 6 set(LLVM_NO_DEAD_STRIP 1) 7 8+set(LLVM_LINK_COMPONENTS support) 9+ 10 if(BUILD_SHARED_LIBS) 11 set(LIBS 12- LLVMSupport 13- 14 clangFrontendTool 15 16 clingInterpreter 17@@ -25,8 +25,6 @@ if(BUILD_SHARED_LIBS) 18 ) 19 else() 20 set(LIBS 21- LLVMSupport 22- 23 clangASTMatchers 24 clangFrontendTool