OSDN Git Service

[WebAssembly] Add data size and alignement to linking section
[android-x86/external-llvm.git] / lib / ObjectYAML / CMakeLists.txt
1 add_llvm_library(LLVMObjectYAML
2   CodeViewYAMLTypes.cpp
3   CodeViewYAMLSymbols.cpp
4   CodeViewYAMLDebugSections.cpp
5   COFFYAML.cpp
6   DWARFEmitter.cpp
7   DWARFVisitor.cpp
8   DWARFYAML.cpp
9   ELFYAML.cpp
10   MachOYAML.cpp
11   ObjectYAML.cpp
12   WasmYAML.cpp
13   YAML.cpp
14   )