mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-27 22:55:25 +00:00
730695675c
Previously support had been added for using CodeViewRecordIO to read (deserialize) CodeView type records. This patch adds support for writing those same records. With this patch, reading and writing of CodeView type records finally uses a single codepath. Differential Revision: https://reviews.llvm.org/D26253 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286304 91177308-0d34-0410-b5e6-96231b3b80d8
21 lines
431 B
CMake
21 lines
431 B
CMake
add_llvm_library(LLVMDebugInfoCodeView
|
|
CodeViewError.cpp
|
|
CodeViewRecordIO.cpp
|
|
CVSymbolVisitor.cpp
|
|
CVTypeVisitor.cpp
|
|
EnumTables.cpp
|
|
Line.cpp
|
|
ModuleSubstream.cpp
|
|
ModuleSubstreamVisitor.cpp
|
|
RecordSerialization.cpp
|
|
SymbolDumper.cpp
|
|
TypeDumper.cpp
|
|
TypeRecord.cpp
|
|
TypeRecordMapping.cpp
|
|
TypeSerializer.cpp
|
|
TypeStreamMerger.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
|
|
)
|