mirror of
https://github.com/RPCSX/llvm.git
synced 2026-01-31 01:05:23 +01:00
Previously we could round-trip type records from PDB -> Yaml -> PDB, but for symbols we could only go from PDB -> Yaml. This completes the round-tripping for symbols as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297625 91177308-0d34-0410-b5e6-96231b3b80d8
27 lines
566 B
CMake
27 lines
566 B
CMake
add_llvm_library(LLVMDebugInfoCodeView
|
|
CodeViewError.cpp
|
|
CodeViewRecordIO.cpp
|
|
CVSymbolVisitor.cpp
|
|
CVTypeDumper.cpp
|
|
CVTypeVisitor.cpp
|
|
EnumTables.cpp
|
|
Formatters.cpp
|
|
Line.cpp
|
|
ModuleSubstream.cpp
|
|
ModuleSubstreamVisitor.cpp
|
|
RecordSerialization.cpp
|
|
SymbolRecordMapping.cpp
|
|
SymbolDumper.cpp
|
|
SymbolSerializer.cpp
|
|
TypeDatabase.cpp
|
|
TypeDatabaseVisitor.cpp
|
|
TypeDumpVisitor.cpp
|
|
TypeRecord.cpp
|
|
TypeRecordMapping.cpp
|
|
TypeSerializer.cpp
|
|
TypeStreamMerger.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
|
|
)
|