mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
8c22b666fc
This patch adds support to ObjectYAML for serializing mach_header structs. llvm-svn: 269303
7 lines
92 B
CMake
7 lines
92 B
CMake
add_llvm_library(LLVMObjectYAML
|
|
YAML.cpp
|
|
COFFYAML.cpp
|
|
ELFYAML.cpp
|
|
MachOYAML.cpp
|
|
)
|