Skip to content

Commit e65131a

Browse files
committed
MC,test: Specify explicit triple for include.ll
The output is subject to .set or = difference.
1 parent ae7ea6e commit e65131a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/test/MC/AsmParser/include.ll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
; RUN: llc -I %p/Inputs -filetype asm -o - %s | FileCheck %s
2-
; UNSUPPORTED: target={{.*}}-zos{{.*}},target=nvptx{{.*}}
3-
; REQUIRES: default_triple
1+
; RUN: llc -mtriple=x86_64 -I %p/Inputs -filetype asm -o - %s | FileCheck %s
42

53
module asm ".include \22module.x\22"
64

0 commit comments

Comments
 (0)