mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Force triple in tests.
llvm-svn: 84257
This commit is contained in:
parent
4cde5474aa
commit
9483297711
@ -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…
Reference in New Issue
Block a user