Skip to content

Commit 47f0fb9

Browse files
authored
Fix the lit failure on "loop-register.s" test. (#155704)
This is a follow up of f3a5c16, which broke the test on arm64 due to incorrect use of the UNSUPPORTED tag.
1 parent 58df9b1 commit 47f0fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-exegesis/AArch64/loop-register.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; generate extra function prologue instructions that interfere with matching
33
; the STR of X19. Disable this for now.
44
;
5-
; UNSUPPORTED: *
5+
; UNSUPPORTED: target={{.*}}
66

77
REQUIRES: aarch64-registered-target, asserts
88

0 commit comments

Comments
 (0)