1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/ExecutionEngine/RuntimeDyld/X86
Lang Hames 1e4d401e8a [RuntimeDyld][MachO] Fix handling of empty eh-frame sections.
This patch switches from an unguarded to a guarded loop for eh-frame record
fixups. In the unguarded version we would always make at least one call to
processFDE, which would then crash trying to fix up a frame that didn't exist.

Fixes <rdar://problem/24301582>

llvm-svn: 259103
2016-01-28 22:35:48 +00:00
..
Inputs [RuntimeDyld] Don't allocate unnecessary stub buffer space 2015-11-23 21:47:51 +00:00
COFF_i386.s RuntimeDyld: add COFF i386 support 2015-11-01 01:26:15 +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
ELF_STT_FILE.s [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTable 2015-10-21 20:22:04 +00:00
ELF_x64-64_PC8_relocations.s [RuntimeDyld] Add support for R_X86_64_PC8 relocation. 2015-11-08 19:34:17 +00:00
ELF_x64-64_PIC_relocations.s
ELF_x86_64_StubBuf.s [RuntimeDyld] Don't allocate unnecessary stub buffer space 2015-11-23 21:47:51 +00:00
ELF_x86-64_PIC-small-relocations.s [JIT] Add small-code model test for ELF. 2016-01-18 21:14:12 +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 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