The addition of these visibility variables caused a test-suite build failure on AIX because visibility options aren't supported. This patch guards the variables on AIX.
Details
Details
Diff Detail
Diff Detail
- Repository
- rT test-suite
- Build Status
Buildable 155866 Build 231738: arc lint + arc unit
Event Timeline
Comment Actions
The added visibility options are breaking all the AIX bots:
https://lab.llvm.org/buildbot/#/builders/214
Either this needs to be fixed locally or we'll need to revert the benchmark update in D121343
Comment Actions
Right. But that's not the question i asked, i believe?
Sorry if I've misunderstood. We'll make sure this get posted to Google Benchmark, but do you want to wait for that to land upstream first? If so, shall we revert D121343 to unblock the bots?
Comment Actions
LGTM as an interm fix. We'll revert and replace this once we have a fix in Google Benchmark.
Comment Actions
Hi, we are looking at fixing the visibility issue instead: https://discourse.llvm.org/t/rfc-adding-exported-visibility-style-to-the-ir-to-model-xcoff-exported-visibility/61853/4. Then we can revert this patch after.