1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/ExecutionEngine/RuntimeDyld/X86
Pavel Labath 79e9360669 [RuntimeDyld] Fix debug section relocation (pr20457)
Summary:
Debug info sections, (or non-SHF_ALLOC sections in general) should be
linked as if their load address was zero to emulate the behavior of the
static linker.

This bug was discovered because it was breaking lldb expression evaluation on
linux.

Reviewers: lhames

Subscribers: aprantl, eugene, clayborg, lldb-commits, llvm-commits

Differential Revision: https://reviews.llvm.org/D32899

llvm-svn: 303239
2017-05-17 08:47:28 +00:00
..
Inputs [RuntimeDyld] Don't allocate unnecessary stub buffer space 2015-11-23 21:47:51 +00:00
COFF_i386.s X86: handle external tail calls in Windows JIT 2016-07-14 17:27:06 +00:00
COFF_x86_64.s [RuntimeDyld][COFF] Fix a think-o in the handling of the IMAGE_REL_AMD64_ADDR64 2015-10-23 18:46:43 +00:00
coff-alignment.ll Make this test Windows-only (try to placate buildbots). 2016-11-03 16:43:10 +00:00
ELF_STT_FILE.s Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
ELF_x64-64_PC8_relocations.s Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
ELF_x64-64_PIC_relocations.s Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
ELF_x86_64_StubBuf.s [RuntimeDyld] Don't allocate unnecessary stub buffer space 2015-11-23 21:47:51 +00:00
ELF_x86-64_debug_frame.s [RuntimeDyld] Fix debug section relocation (pr20457) 2017-05-17 08:47:28 +00:00
ELF_x86-64_none.yaml Test RuntimeDyld doesn't crash with R_X86_64_NONE (r293388). 2017-01-30 01:28:42 +00:00
ELF_x86-64_PIC-small-relocations.s Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
ELF-relaxed.s Change the default of -relax-relocations. 2016-06-17 17:04:56 +00:00
lit.local.cfg
MachO_empty_ehframe.s [RuntimeDyld][MachO] Fix handling of empty eh-frame sections. 2016-01-28 22:35:48 +00:00
MachO_i386_DynNoPIC_relocations.s Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
MachO_i386_eh_frame.s Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
MachO_x86-64_PIC_relocations.s [RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymous 2016-05-19 23:26:05 +00:00