[llvm] 45902a2 - [MISched] Require asserts and AArch64 registered target for test.

Francesco Petrogalli via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 04:52:01 PDT 2023


Author: Francesco Petrogalli
Date: 2023-06-12T13:51:19+02:00
New Revision: 45902a25fa19f50f1475c100a2b314346249bb26

URL: https://github.com/llvm/llvm-project/commit/45902a25fa19f50f1475c100a2b314346249bb26
DIFF: https://github.com/llvm/llvm-project/commit/45902a25fa19f50f1475c100a2b314346249bb26.diff

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

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'
```

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D152703

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir b/llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir
index 97e47f58280a4..4b77444ec60d2 100644
--- a/llvm/test/CodeGen/AArch64/misched-sort-resource-in-trace.mir
+++ b/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


        


More information about the llvm-commits mailing list