brintos

brintos / llvm-project-archived public Read only

0
0
Text · 271 B · 5044b9b Raw
13 lines · plain
1set(LLVM_LINK_COMPONENTS2  DebugInfoCodeView3  )4 5add_llvm_unittest(DebugInfoCodeViewTests6  GUIDFormatTest.cpp7  RandomAccessVisitorTest.cpp8  TypeHashingTest.cpp9  TypeIndexDiscoveryTest.cpp10  )11 12target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)13