llvm/lib/ObjectYAML
Chris Bieneman 506857f427 [macho2yaml] Don't write empty linkedit data
Since I stopped writing empty export tries it causes LinkEdit to potentially be completely empty which results in invalid yaml being generated.

To prevent this we skip linkedit data if it is empty.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278985 91177308-0d34-0410-b5e6-96231b3b80d8
2016-08-17 21:46:04 +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 [macho2yaml] Don't write empty linkedit data 2016-08-17 21:46:04 +00:00
ObjectYAML.cpp [yaml2obj] Remove --format option in favor of YAML tags 2016-06-27 19:53:53 +00:00
YAML.cpp