Skip to content

Commit f2b9090

Browse files
tomershafirgithub-actions[bot]
authored andcommitted
Automerge: [tools][llc] Fix save-stats.ll require aarch64 target (#167218)
A quick fix for the CI failure introduced by llvm/llvm-project#163967
2 parents fe86f41 + b15e220 commit f2b9090

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)