Skip to content

Commit 9afec3c

Browse files
authored
[Instrumentation] Fix test failure in #115471 (#115596)
Add triple to indicate this is x86 test.
1 parent fe63669 commit 9afec3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/optnone.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -passes=machine-cse -debug-pass-manager %s -o - 2>&1 | FileCheck %s
1+
# RUN: llc -mtriple=x86_64-- -passes=machine-cse -debug-pass-manager %s -o - 2>&1 | FileCheck %s
22

33
# CHECK: Skipping pass MachineCSEPass on test_optnone due to optnone attribute
44
# CHECK: Running pass: MachineCSEPass on test_opt

0 commit comments

Comments
 (0)