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.
Details
Details
- Reviewers
sfertile xingxue hubert.reinterpretcast - Commits
- rZORGdf7af04a203a: Disable EHFrameSupport in JITLink/RuntimeDyld on AIX
rGdf7af04a203a: Disable EHFrameSupport in JITLink/RuntimeDyld on AIX
rG4246b7529579: Disable EHFrameSupport in JITLink/RuntimeDyld on AIX
rL361410: Disable EHFrameSupport in JITLink/RuntimeDyld on AIX
Diff Detail
Diff Detail
- Repository
- rL LLVM