This is an archive of the discontinued LLVM Phabricator instance.

[MISched] Require asserts and AArch64 registered target for test.
ClosedPublic

Authored by fpetrogalli on Jun 12 2023, 4:44 AM.

Details

Summary

Fixes failure at https://lab.llvm.org/buildbot/#/builders/124/builds/7472:

llc: Unknown command line argument '-debug-only=machine-scheduler'. Try: '/home/buildbot/as-worker-91/clang-with-lto-ubuntu/build/stage1/bin/llc --help'

Diff Detail

Event Timeline

fpetrogalli created this revision.Jun 12 2023, 4:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2023, 4:44 AM
fpetrogalli requested review of this revision.Jun 12 2023, 4:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2023, 4:44 AM
fhahn accepted this revision.Jun 12 2023, 4:49 AM
fhahn added a subscriber: fhahn.

LGTM, thanks!

This revision is now accepted and ready to land.Jun 12 2023, 4:49 AM
This revision was landed with ongoing or failed builds.Jun 12 2023, 4:52 AM
This revision was automatically updated to reflect the committed changes.

LGTM, thanks!

Sweet, thanks!