With the addition of __attribute__((visibility("hidden"))) to the test, the test fails because AIX's current default behaviour is to ignore hidden visibility, so the expected error is not seen. This patch marks the test XFAIL on AIX for now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The AIX default of ignoring source-level visibility is problematic. I agree the test should be xfailed for AIX.
You can put [NFC] and [tests] to the commit. Should be safe to commit.