2015-02-07 09:47:14 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2016-06-01 08:30:15 +08:00
|
|
|
DebugInfoCodeView
|
2016-07-30 04:56:36 +08:00
|
|
|
DebugInfoMSF
|
2015-02-07 09:47:14 +08:00
|
|
|
DebugInfoPDB
|
|
|
|
)
|
|
|
|
|
|
|
|
set(DebugInfoPDBSources
|
2017-01-20 07:31:24 +08:00
|
|
|
HashTableTest.cpp
|
2016-06-01 06:41:52 +08:00
|
|
|
MappedBlockStreamTest.cpp
|
2017-01-21 06:41:15 +08:00
|
|
|
StringTableBuilderTest.cpp
|
2016-07-30 04:56:36 +08:00
|
|
|
MSFBuilderTest.cpp
|
2015-02-07 09:47:14 +08:00
|
|
|
PDBApiTest.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_unittest(DebugInfoPDBTests
|
|
|
|
${DebugInfoPDBSources}
|
|
|
|
)
|