This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Enable rtl for plugins test
ClosedPublic

Authored by stevewan on Oct 21 2021, 3:12 PM.

Details

Summary

On AIX, the plugins are linked with -WL,-G, which produces shared objects enabled for use with the run-time linker. This patch sets the run-time
linker at the main executable link step to allow symbols from the plugins shared objects to be properly bound.

Diff Detail

Event Timeline

stevewan created this revision.Oct 21 2021, 3:12 PM
stevewan requested review of this revision.Oct 21 2021, 3:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2021, 3:12 PM
daltenty accepted this revision.Oct 21 2021, 3:39 PM

LGTM, thanks!

This revision is now accepted and ready to land.Oct 21 2021, 3:39 PM
This revision was landed with ongoing or failed builds.Oct 22 2021, 9:08 AM
This revision was automatically updated to reflect the committed changes.