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
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
..
AArch64 RuntimeDyldELF/AArch64: Implement basic GOT support 2017-02-06 15:31:28 +00:00
ARM Fix PREL31 relocation on ARM 2016-10-20 21:15:29 +00:00
Mips [mips][mcjit] Add the majority of N32 support. 2016-10-20 13:02:23 +00:00
PowerPC
SystemZ Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
X86 [RuntimeDyld] Fix debug section relocation (pr20457) 2017-05-17 08:47:28 +00:00