This is an archive of the discontinued LLVM Phabricator instance.

Don't set LLVM_NO_DEAD_STRIP on AIX
ClosedPublic

Authored by daltenty on Nov 12 2019, 9:07 AM.

Details

Summary

when building plugins, as AIX has symbols in it's standard library that
must be garbage collected or we will see link errors. Export lists will
handle this instead on AIX.

Diff Detail

Event Timeline

daltenty created this revision.Nov 12 2019, 9:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 12 2019, 9:07 AM
This revision is now accepted and ready to land.Nov 13 2019, 8:55 AM
This revision was automatically updated to reflect the committed changes.