Skip to content

Commit 35cfdc9

Browse files
MaskRaygithub-actions[bot]
authored andcommitted
Automerge: MC,test: Add explicit triple
The test does not work for COFF.
2 parents 3f40d36 + de93f7e commit 35cfdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/MC/AsmParser/equate-cycle.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: not llvm-mc -filetype=obj %s -o /dev/null 2>&1 | FileCheck %s
1+
# RUN: not llvm-mc -filetype=obj -triple=x86_64 %s -o /dev/null 2>&1 | FileCheck %s
22

33
# CHECK: [[#@LINE+2]]:7: error: cyclic dependency detected for symbol 'a'
44
# CHECK: [[#@LINE+1]]:7: error: expression could not be evaluated

0 commit comments

Comments
 (0)