mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
2c68c634a9
After several smaller patches to get most of the core improvements finished up, this patch is a straight move and header fixup of the source. Differential Revision: https://reviews.llvm.org/D30266 llvm-svn: 296810
19 lines
317 B
CMake
19 lines
317 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
DebugInfoCodeView
|
|
DebugInfoMSF
|
|
DebugInfoPDB
|
|
)
|
|
|
|
set(DebugInfoPDBSources
|
|
HashTableTest.cpp
|
|
MappedBlockStreamTest.cpp
|
|
StringTableBuilderTest.cpp
|
|
MSFBuilderTest.cpp
|
|
PDBApiTest.cpp
|
|
TypeServerHandlerTest.cpp
|
|
)
|
|
|
|
add_llvm_unittest(DebugInfoPDBTests
|
|
${DebugInfoPDBSources}
|
|
)
|