llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/X86
Lang Hames 776f1d50c8 [RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase.
Non-loaded sections (whose unused load-address defaults to zero) should not
be taken into account when calculating ImageBase, or ImageBase will be
incorrectly set to 0.

Patch by Andrew Scheidecker. Thanks Andrew!

https://reviews.llvm.org/D51343

+        // The Sections list may contain sections that weren't loaded for
+        // whatever reason: they may be debug sections, and ProcessAllSections
+        // is false, or they may be sections that contain 0 bytes. If the
+        // section isn't loaded, the load address will be 0, and it should not
+        // be included in the ImageBase calculation.

llvm-svn: 344995
2018-10-23 01:36:33 +00:00
..
Inputs
COFF_i386.s ExecutionEngine: adjust COFF i386 tautological asserts 2017-10-19 16:57:40 +00:00
COFF_x86_64.s [CodeGen] Unify MBB reference format in both MIR and debug output 2017-12-04 17:18:51 +00:00
COFF_x86_64_IMGREL.s [RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase. 2018-10-23 01:36:33 +00:00
CommonSymbols_allocation.s [RuntimeDyld] Add test case that was accidentally left out of r340125. 2018-08-27 22:48:01 +00:00
ELF-large-pic-relocations.s [RuntimeDyld] Implement the ELF PIC large code model relocations 2018-06-22 23:53:22 +00:00
ELF-relaxed.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
ELF_STT_FILE.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
ELF_x64-64_PC8_relocations.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
ELF_x64-64_PIC_relocations.s [CodeGen] Unify MBB reference format in both MIR and debug output 2017-12-04 17:18:51 +00:00
ELF_x86-64_PIC-small-relocations.s Get rid of some more "%T" expansions, see <https://reviews.llvm.org/D35396>. 2017-08-20 17:00:08 +00:00
ELF_x86-64_debug_frame.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
ELF_x86-64_none.yaml
ELF_x86_64_StubBuf.s [CodeGen] Unify MBB reference format in both MIR and debug output 2017-12-04 17:18:51 +00:00
MachO_empty_ehframe.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
MachO_i386_DynNoPIC_relocations.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
MachO_i386_eh_frame.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
MachO_x86-64_PIC_relocations.s [llvm] Get rid of "%T" expansions 2017-08-15 20:29:24 +00:00
coff-alignment.ll
lit.local.cfg