[PATCH] D152703: [MISched] Require asserts and AArch64 registered target for test.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 12 04:44:04 PDT 2023
fpetrogalli created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
fpetrogalli requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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'
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152703
Files:
llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir
Index: llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir
===================================================================
--- llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir
+++ llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir
@@ -8,6 +8,7 @@
# RUN: -misched-topdown=true -sched-print-cycles=true \
# RUN: -misched-dump-schedule-trace=true --misched-sort-resources-in-trace=false 2>&1 | FileCheck --check-prefix=UNSORTED %s
+# REQUIRES: asserts, aarch64-registered-target
---
name: test
tracksRegLiveness: true
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152703.530462.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230612/e8a7cfec/attachment.bin>
More information about the llvm-commits
mailing list