mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-20 21:14:28 +00:00
Force triple in tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84257 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed90342d8a
commit
db196e82a4
@ -1,4 +1,4 @@
|
||||
// RUN: not llvm-mc %s 2> %t
|
||||
// RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
|
||||
// RUN: FileCheck --input-file %t %s
|
||||
|
||||
.data
|
||||
|
@ -1,4 +1,4 @@
|
||||
// RUN: llvm-mc %s
|
||||
// RUN: llvm-mc -triple i386-unknown-unknown %s
|
||||
|
||||
.data
|
||||
t0_v0 = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user