mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
7b436b03da
The code was a mess and disorganized due to the sheer amount of it being in one file. So I'm splitting this into three files. One for CodeView types, one for CodeView symbols, and one for CodeView debug subsections. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304278 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
260 B
CMake
15 lines
260 B
CMake
add_llvm_library(LLVMObjectYAML
|
|
CodeViewYAMLTypes.cpp
|
|
CodeViewYAMLSymbols.cpp
|
|
CodeViewYAMLDebugSections.cpp
|
|
COFFYAML.cpp
|
|
DWARFEmitter.cpp
|
|
DWARFVisitor.cpp
|
|
DWARFYAML.cpp
|
|
ELFYAML.cpp
|
|
MachOYAML.cpp
|
|
ObjectYAML.cpp
|
|
WasmYAML.cpp
|
|
YAML.cpp
|
|
)
|