This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][profile][AIX] pass extra link opts for test
ClosedPublic

Authored by daltenty on Jan 24 2022, 9:59 PM.

Details

Summary

The AIX linker doesn't export any symbols by default, so an export list is usually used. Since clang doesn't have the tools to auto-generate an export list yet, just pass the linker an extra opt to tell it to export everything, which generally not recommended for real shared libs, is fine for the purpose of this test.

Diff Detail

Event Timeline

daltenty created this revision.Jan 24 2022, 9:59 PM
daltenty requested review of this revision.Jan 24 2022, 9:59 PM
w2yehia accepted this revision.Jan 25 2022, 9:02 AM
This revision is now accepted and ready to land.Jan 25 2022, 9:02 AM
This revision was landed with ongoing or failed builds.Jan 25 2022, 10:58 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2022, 10:58 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript