llvm-project/lld/lib
Pete Cooper 466d4b006b Don't bypass the GOT for delta32toGOT references.
The gcc_except_tab was generating these references to point to the typeinfo in the data section.

gcc_except_tab also had the DW_EH_PE_indirect flag set which means that at runtime we are going
to dereference this entry as if it is in the GOT.

Reviewed by Nick Kledzik in http://reviews.llvm.org/D15360.

llvm-svn: 255085
2015-12-09 00:46:02 +00:00
..
Config Remove Makefiles. 2015-03-26 20:09:47 +00:00
Core [lld][Darwin] Add support for the -sectcreate option. 2015-10-24 08:20:51 +00:00
Driver Rename ld.lld2 to ld.lld since it is the default. 2015-11-18 06:11:01 +00:00
ReaderWriter Don't bypass the GOT for delta32toGOT references. 2015-12-09 00:46:02 +00:00
CMakeLists.txt Remove YAML/Native round-trip passes. 2015-02-20 22:10:28 +00:00