llvm-project/lld/lib
Pete Cooper 9092eca155 Fix negDelta32 relocatable fixups for arm64 in mach-o.
negDelta32 is only ever implicitly generated as the FDE->CIE reference.
We therefore don't emit a relocation for it in the object file in -r mode.

The value we write in to the FDE location therefore needs to point to the
final target address of the CIE, and not the inAtomAddress as it was currently
doing.

llvm-svn: 255835
2015-12-16 22:50:16 +00:00
..
Config Remove Makefiles. 2015-03-26 20:09:47 +00:00
Core Add more debugging output to MachO lld. NFC. 2015-12-16 22:03:21 +00:00
Driver Move parsing of LLVM options to parse() method. 2015-12-16 20:53:27 +00:00
ReaderWriter Fix negDelta32 relocatable fixups for arm64 in mach-o. 2015-12-16 22:50:16 +00:00
CMakeLists.txt Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00