mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
b1bdd69c7b
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. llvm-svn: 304278
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
|
|
)
|