1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/tools/yaml2obj
Chris Bieneman 73cc17e63a [yaml2obj] Sort MachO LinkEdit write operations based on offset
This re-applies r271611, and hopefully the bots won't break this time.

Although ld64 always outputs linkedit data in the same order, it isn't actually required to. This change makes yaml2obj resilient if the offsets are in arbitrary order.

llvm-svn: 271687
2016-06-03 16:58:05 +00:00
..
CMakeLists.txt Initial add for MachO support for yaml2obj 2016-05-11 22:07:48 +00:00
yaml2coff.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
yaml2elf.cpp Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
yaml2macho.cpp [yaml2obj] Sort MachO LinkEdit write operations based on offset 2016-06-03 16:58:05 +00:00
yaml2obj.cpp Initial add for MachO support for yaml2obj 2016-05-11 22:07:48 +00:00
yaml2obj.h Initial add for MachO support for yaml2obj 2016-05-11 22:07:48 +00:00