llvm-project/lld/include/lld
Pete Cooper e8d9df4ea5 Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs.
The non lazy atoms generated in the stubs pass use an image cache to
hold all of the pointers.  On arm archs, this is the __got section,
but on x86 archs it should be __nl_symbol_ptr.

rdar://problem/24572729

llvm-svn: 260271
2016-02-09 20:11:17 +00:00
..
Config Remove Makefiles. 2015-03-26 20:09:47 +00:00
Core Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs. 2016-02-09 20:11:17 +00:00
Driver ELF: Make link() to take an output stream to which error messages are written. 2016-02-02 22:49:32 +00:00
ReaderWriter Add cmdline options for LC_DATA_IN_CODE load command. 2016-02-09 02:10:39 +00:00