This is an archive of the discontinued LLVM Phabricator instance.

[AIX] change "llvm-ar" to "env OBJECT_MODE=any llvm-ar" in clang/test for AIX OS
ClosedPublic

Authored by DiggerLin on Mar 8 2023, 10:19 AM.

Details

Summary

In patch https://reviews.llvm.org/D127864. we add a new option -X for AIX OS, and default value is -X32. In order not effect the test cases in clang/test. we need to change "llvm-ar" to "env OBJECT_MODE=any llvm-ar" in clang/test for AIX OS

Diff Detail

Event Timeline

DiggerLin created this revision.Mar 8 2023, 10:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 10:19 AM
DiggerLin requested review of this revision.Mar 8 2023, 10:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 10:19 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Mar 8 2023, 11:35 AM
DiggerLin edited the summary of this revision. (Show Details)Mar 8 2023, 11:48 AM