1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/ExecutionEngine/RuntimeDyld/X86
Keno Fischer 6faa53c3fe [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTable
Summary: ELF's STT_File symbols may overlap with regular globals in
other files, so we should ignore them here in order to avoid having
bogus entries in the symbol table that confuse us when resolving relocations.

Reviewers: lhames

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D13888

llvm-svn: 250942
2015-10-21 20:22:04 +00:00
..
Inputs [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTable 2015-10-21 20:22:04 +00:00
COFF_x86_64.s [RuntimeDyld][COFF] Fix some endianness issues, re-enable the regression test. 2015-10-19 20:37:52 +00:00
ELF_STT_FILE.s [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTable 2015-10-21 20:22:04 +00:00
ELF_x64-64_PIC_relocations.s
lit.local.cfg
MachO_i386_DynNoPIC_relocations.s Make this test a bit more interesting. 2015-07-06 02:45:01 +00:00
MachO_i386_eh_frame.s
MachO_x86-64_PIC_relocations.s [RuntimeDyld] Add support for absolute symbols. 2015-10-18 01:41:37 +00:00