brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · 5a658cf Raw
12 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support3  )4 5add_llvm_unittest(LLVMProfgenTests6    ContextCompressionTest.cpp7  )8 9target_link_libraries(LLVMProfgenTests PRIVATE LLVMTestingSupport)10 11add_dependencies(LLVMProfgenTests intrinsics_gen)12