1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/ObjectYAML
Chris Bieneman b88ea9e876 [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.

llvm-svn: 278985
2016-08-17 21:46:04 +00:00
..
CMakeLists.txt
COFFYAML.cpp
ELFYAML.cpp
LLVMBuild.txt
MachOYAML.cpp
ObjectYAML.cpp
YAML.cpp