1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib/ObjectYAML
Chris Bieneman 9c5c7f22da [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.

llvm-svn: 278307
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