blob: e2db58ff93754e558be71e112777b848b9af8a20 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
DebugInfoCodeView
DebugInfoMSF
DebugInfoPDB
)
set(DebugInfoPDBSources
HashTableTest.cpp
StringTableBuilderTest.cpp
PDBApiTest.cpp
)
add_llvm_unittest(DebugInfoPDBTests
${DebugInfoPDBSources}
)
target_link_libraries(DebugInfoPDBTests LLVMTestingSupport)