Skip to content

Commit de93f7e

Browse files
committed
MC,test: Add explicit triple
The test does not work for COFF.
1 parent b75d8bd commit de93f7e

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)