This is an archive of the discontinued LLVM Phabricator instance.

Disable EHFrameSupport in JITLink/RuntimeDyld on AIX
ClosedPublic

Authored by daltenty on May 21 2019, 8:27 AM.

Details

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.

Diff Detail

Repository
rL LLVM

Event Timeline

daltenty created this revision.May 21 2019, 8:27 AM
xingxue accepted this revision.May 22 2019, 6:48 AM

LGTM.

This revision is now accepted and ready to land.May 22 2019, 6:48 AM
This revision was automatically updated to reflect the committed changes.