1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/ExecutionEngine/JITLink
Xing Xue ec236adbbf Disable EHFrameSupport in JITLink/RuntimeDyld on AIX
Summary:
EH Frames aren't supported on AIX with the system compiler, but the definition of HAVE_EHTABLE_SUPPORT misses this which causes linking problems on AIX. This patch updates the definition of HAVE_EHTABLE_SUPPORT in both JITLink and RuntimeDyld.

Author: daltenty

Reviewers: sfertile, xingxue, hubert.reinterpretcase

Reviewed By: xingxue

Subscribers: hiraditya, jsji, llvm-commits

Tags: #llvm

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

llvm-svn: 361410
2019-05-22 17:41:27 +00:00
..
BasicGOTAndStubsBuilder.h [JITLink] Factor basic common GOT and stub creation code into its own class. 2019-04-21 03:14:42 +00:00
CMakeLists.txt [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC. 2019-04-22 03:03:09 +00:00
EHFrameSupport.cpp Disable EHFrameSupport in JITLink/RuntimeDyld on AIX 2019-05-22 17:41:27 +00:00
EHFrameSupportImpl.h [JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame. 2019-04-24 15:15:55 +00:00
JITLink.cpp [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningMemoryBlock. 2019-05-20 20:53:05 +00:00
JITLinkGeneric.cpp Use llvm::sort. NFC 2019-05-20 10:18:35 +00:00
JITLinkGeneric.h [JITLink] Track section alignment and make sure it is respected during layout. 2019-05-13 04:51:31 +00:00
LLVMBuild.txt [JITLink] Add BinaryFormat to JITLink's dependencies. 2019-04-20 19:48:45 +00:00
MachO_x86_64.cpp [JITLink] Track section alignment and make sure it is respected during layout. 2019-05-13 04:51:31 +00:00
MachO.cpp [ORC][JITLink] Name in-memory compiled objects after their source modules. 2019-04-30 21:27:56 +00:00
MachOAtomGraphBuilder.cpp Recommit [Object] Change object::SectionRef::getContents() to return Expected<StringRef> 2019-05-16 13:24:04 +00:00
MachOAtomGraphBuilder.h [JITLink] Add a test for zero-filled content. 2019-05-12 22:26:33 +00:00