brintos

brintos / llvm-project-archived public Read only

0
0
Text · 369 B · b1b9d2d Raw
18 lines · plain
1set(LLVM_LINK_COMPONENTS2  DebugInfoCodeView3  DebugInfoMSF4  DebugInfoPDB5  )6 7add_llvm_unittest_with_input_files(DebugInfoPDBTests8  HashTableTest.cpp9  NativeSessionTest.cpp10  NativeSymbolReuseTest.cpp11  StringTableBuilderTest.cpp12  PDBApiTest.cpp13  PDBVariantTest.cpp14  PublicsStreamTest.cpp15  )16 17target_link_libraries(DebugInfoPDBTests PRIVATE LLVMTestingSupport)18