llvm/lib/ObjectYAML
Chris Bieneman 50b70a6871 [MachOYAML] Don't output empty ExportTrie
The YAML representation was always outputting the root node of an export trie even if the trie was empty. While this doesn't really have any functional impact, it does add visual clutter to the yaml file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278307 91177308-0d34-0410-b5e6-96231b3b80d8
2016-08-11 00:20:03 +00:00
..
CMakeLists.txt [yaml2obj] Remove --format option in favor of YAML tags 2016-06-27 19:53:53 +00:00
COFFYAML.cpp [yaml2obj] Remove --format option in favor of YAML tags 2016-06-27 19:53:53 +00:00
ELFYAML.cpp BPF: Use official ELF e_machine value 2016-07-15 22:27:55 +00:00
LLVMBuild.txt
MachOYAML.cpp [MachOYAML] Don't output empty ExportTrie 2016-08-11 00:20:03 +00:00
ObjectYAML.cpp [yaml2obj] Remove --format option in favor of YAML tags 2016-06-27 19:53:53 +00:00
YAML.cpp