This is an archive of the discontinued LLVM Phabricator instance.

[clang][LTO][NFC] Adding More Tests for AIX Options
ClosedPublic

Authored by qiongsiwu1 on Oct 13 2022, 8:31 AM.

Details

Summary

This patch adds more tests for AIX. It follows https://reviews.llvm.org/D134820 which added a minimal set of tests for the newly added AIX options. These new tests were originally created by https://reviews.llvm.org/D119109. Since we do not plan to land https://reviews.llvm.org/D119109 in its current shape to add the AIX specific options, we incorporate the relevant tests developed.

Diff Detail

Event Timeline

qiongsiwu1 created this revision.Oct 13 2022, 8:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2022, 8:31 AM
qiongsiwu1 requested review of this revision.Oct 13 2022, 8:31 AM

@w2yehia @daltenty may I ask for a review? Thanks so much!

w2yehia accepted this revision.Oct 20 2022, 2:39 PM
This revision is now accepted and ready to land.Oct 20 2022, 2:39 PM

Rebase and cleanup some test cases.