This is an archive of the discontinued LLVM Phabricator instance.

[clang][AIX] Remove Newly Added Target Dependent Test Case
ClosedPublic

Authored by qiongsiwu1 on May 15 2023, 9:25 AM.

Details

Summary

https://reviews.llvm.org/D144190 added a test case that is target dependent and requires assembly code generation, which fails on x64 and aarch64 buildbots. This patch removes the test case. We have test cases for code generation added in https://reviews.llvm.org/D144189 already and this removed case was nice to have.

Diff Detail

Event Timeline

qiongsiwu1 created this revision.May 15 2023, 9:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 9:25 AM
qiongsiwu1 requested review of this revision.May 15 2023, 9:25 AM
qiongsiwu1 added a comment.EditedMay 15 2023, 9:26 AM

I can revise the case and add it as a backend/llc test case with a different patch if we would like to keep it.

stephenpeckham accepted this revision.May 15 2023, 9:52 AM
This revision is now accepted and ready to land.May 15 2023, 9:52 AM
This revision was landed with ongoing or failed builds.May 15 2023, 9:55 AM
This revision was automatically updated to reflect the committed changes.