| commit | 9062ab943fe55fddb5af389421f3293f20dd3ba5 | [log] [tgz] |
|---|---|---|
| author | Chris Bieneman <beanz@apple.com> | Thu May 12 16:04:16 2016 +0000 |
| committer | Chris Bieneman <beanz@apple.com> | Thu May 12 16:04:16 2016 +0000 |
| tree | 34514de27fcd99f4be54f8ebc7cd9db4ee228f71 | |
| parent | 11d3926cf64a7ed6cd90750685b3bd40030afe1f [diff] [blame] |
[ObjectYAML] Support Thin MachO headers to YAML This patch adds support to ObjectYAML for serializing mach_header structs. llvm-svn: 269303
diff --git a/llvm/lib/ObjectYAML/CMakeLists.txt b/llvm/lib/ObjectYAML/CMakeLists.txt index 9ebe1e3..7e1363d 100644 --- a/llvm/lib/ObjectYAML/CMakeLists.txt +++ b/llvm/lib/ObjectYAML/CMakeLists.txt
@@ -2,4 +2,5 @@ YAML.cpp COFFYAML.cpp ELFYAML.cpp + MachOYAML.cpp )