This is an archive of the discontinued LLVM Phabricator instance.

[llvm][test][CodeGen] fix up D106030
ClosedPublic

Authored by nickdesaulniers on Aug 25 2021, 11:43 AM.

Details

Summary

Fixes missing -mtriple from llc tests, which were failing on non-x86
hosts.

Fixes: D106030

Diff Detail

Event Timeline

nickdesaulniers requested review of this revision.Aug 25 2021, 11:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2021, 11:43 AM
dyung added a subscriber: dyung.Aug 25 2021, 11:45 AM

Will this fix the test on the PS4 bot which is an x86-based bot?

https://lab.llvm.org/buildbot/#/builders/139/builds/9299

  • prefer -global-isel-abort=0 to not --crash

Will this fix the test on the PS4 bot which is an x86-based bot?

https://lab.llvm.org/buildbot/#/builders/139/builds/9299

I'm not quite sure!

This revision is now accepted and ready to land.Aug 25 2021, 11:56 AM
arsenm accepted this revision.Aug 25 2021, 12:03 PM
This revision was landed with ongoing or failed builds.Aug 25 2021, 12:11 PM
This revision was automatically updated to reflect the committed changes.