We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edd12d commit c3f5591Copy full SHA for c3f5591
1 file changed
unittests/PhasarLLVM/ControlFlow/CMakeLists.txt
@@ -12,6 +12,7 @@ set(ControlFlowSources
12
LLVMBasedICFGSerializationTest.cpp
13
)
14
15
+set(LLVM_LINK_COMPONENTS Linker) # The CtorDtorTest needs the linker
16
foreach(TEST_SRC ${ControlFlowSources})
17
add_phasar_unittest(${TEST_SRC})
18
endforeach(TEST_SRC)
0 commit comments