D80642 added support for emitting AvailableExternally Linkage on AIX.
However, an assertion of "Trying to get csect representation of this symbol but none was set." occurred when a function is declared as available_externally. This is due to we missing to generate a csect for the function. This patch fixes it.
Details
Details
- Reviewers
shchenz hubert.reinterpretcast xingxue - Group Reviewers
Restricted Project - Commits
- rGe83b8a5e711a: [XCOFF] Enable available_externally linkage for functions.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo