Skip to content

Commit b15e220

Browse files
authored
[tools][llc] Fix save-stats.ll require aarch64 target (#167218)
A quick fix for the CI failure introduced by #163967
1 parent 96a5289 commit b15e220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/tools/llc/save-stats.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
; REQUIRES: asserts
2+
; REQUIRES: aarch64-registered-target
23

34
; RUN: llc -mtriple=arm64-apple-macosx --save-stats=obj -o %t.s %s && cat %t.stats | FileCheck %s
45
; RUN: llc -mtriple=arm64-apple-macosx --save-stats=cwd -o %t.s %s && cat %{t:stem}.tmp.stats | FileCheck %s

0 commit comments

Comments
 (0)