forked from OSchip/llvm-project
test: remove unnecessary triple argument
This test is entirely target agnostic. Avoid the triple to repair the build bots. llvm-svn: 291088
This commit is contained in:
parent
cb5cbc8b66
commit
9b9e86b4bd
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -mtriple thumbv7--- -I %p/include -filetype asm -o - %s | FileCheck %s
|
||||
; RUN: llc -I %p/include -filetype asm -o - %s | FileCheck %s
|
||||
|
||||
module asm ".include \22module.x\22"
|
||||
|
||||
|
|
Loading…
Reference in New Issue