brintos

brintos / llvm-project-archived public Read only

0
0
Text · 455 B · a1882ea Raw
24 lines · plain
1set(LLVM_LINK_COMPONENTS2  ${LLVM_TARGETS_TO_BUILD}3  JITLink4  Object5  OrcShared6  Support7  TargetParser8  )9 10add_llvm_unittest(JITLinkTests11    AArch32Tests.cpp12    AArch32ErrorTests.cpp13    AArch64Tests.cpp14    EHFrameSupportTests.cpp15    JITLinkTestUtils.cpp16    LinkGraphTests.cpp17    MachOLinkGraphTests.cpp18    MemoryManagerErrorTests.cpp19    StubsTests.cpp20    X86_64Tests.cpp21  )22 23target_link_libraries(JITLinkTests PRIVATE LLVMTestingSupport)24