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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
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
Closed by commit rGa09be08594a8: [compiler-rt][profile][AIX] pass extra link opts for test (authored by daltenty). · Explain Why
This revision was automatically updated to reflect the committed changes.