Skip to content

Commit 1652c4f

Browse files
committed
[NFC] Fixing test requirements I broke
I broke these in 7a0cbe1, thanks @Ikudrin for catching it!
1 parent f13dff6 commit 1652c4f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

llvm/test/CodeGen/MLRegalloc/default-eviction-advisor.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; trying to use ML-driven advisor.
33
; REQUIRES: !have_tf_aot
44
; REQUIRES: !have_tf_api
5-
; REQUIRES: default_target
5+
; REQUIRES: default_triple
66
; RUN: not llc -O2 -regalloc-enable-advisor=development < %s 2>&1 | FileCheck %s
77
; RUN: not llc -O2 -regalloc-enable-advisor=release < %s 2>&1 | FileCheck %s
88
; RUN: llc -O2 -regalloc-enable-advisor=default < %s 2>&1 | FileCheck %s --check-prefix=DEFAULT

llvm/test/DebugInfo/dwarfdump-immutable.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; This test checks whether DWARF tag DW_TAG_immutable_type
22
;; is accepted and processed.
3-
; REQUIRES: default_target
3+
; REQUIRES: default_triple
44
; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s
55

66
;; Test whether DW_TAG_immutable_type is accepted.

llvm/test/tools/llc/binutils-version.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;; Test valid and invalid -binutils-version values.
2-
; REQUIRES: default_target
2+
; REQUIRES: default_triple
33
; RUN: llc %s -filetype=null -binutils-version=none
44
; RUN: llc %s -filetype=null -binutils-version=2
55
; RUN: llc %s -filetype=null -binutils-version=2.35
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
; -stop-after would normally dump MIR, but with -filetype=null as well check
22
; there's no output at all.
3-
; REQUIRES: default_target
3+
; REQUIRES: default_triple
44
; RUN: llc -filetype=null -stop-after=finalize-isel -o - %s | count 0

llvm/test/tools/llc/time-trace.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; REQUIRES: default_target
1+
; REQUIRES: default_triple
22
; RUN: llc -o /dev/null -O2 -time-trace -time-trace-granularity=100 -time-trace-file=%t.json
33
; RUN: FileCheck --input-file=%t.json %s
44

llvm/test/tools/llvm-lto/ltomodule.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RUN: rm -rf %t && split-file %s %t
2-
; REQUIRES: default_target
2+
; REQUIRES: default_triple
33
; RUN: llvm-as < %t/hasCtor.ll > %t.bc
44
; RUN: llvm-lto %t.bc -query-hasCtorDtor | FileCheck %s --check-prefixes=POSITIVE
55

0 commit comments

Comments
 (0)