19 lines · plain
1set(LLVM_LINK_COMPONENTS2 Analysis3 AsmParser4 Core5 Instrumentation6 Passes7 ProfileData8 Support9)10 11add_llvm_unittest(InstrumentationTests12 MemProfUseTest.cpp13 PGOInstrumentationTest.cpp14 )15 16target_link_libraries(InstrumentationTests PRIVATE LLVMTestingSupport)17 18set_property(TARGET InstrumentationTests PROPERTY FOLDER "Tests/UnitTests/TransformTests")19