summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-16 16:30:02 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-16 16:30:02 +0000
commit6a19c149682c847747b50191de18bfffaad70f31 (patch)
tree336bc5b9eff0598982e87f8c5ad11d0abce4754d
parent0058c7bcb01f27637e408df80217c71bb18fb8e5 (diff)
downloadbcm5719-llvm-6a19c149682c847747b50191de18bfffaad70f31.tar.gz
bcm5719-llvm-6a19c149682c847747b50191de18bfffaad70f31.zip
Force triple in tests.
llvm-svn: 84257
-rw-r--r--llvm/test/MC/AsmParser/variables-invalid.s2
-rw-r--r--llvm/test/MC/AsmParser/variables.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/AsmParser/variables-invalid.s b/llvm/test/MC/AsmParser/variables-invalid.s
index d4806702a4e..9656889c5b1 100644
--- a/llvm/test/MC/AsmParser/variables-invalid.s
+++ b/llvm/test/MC/AsmParser/variables-invalid.s
@@ -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
diff --git a/llvm/test/MC/AsmParser/variables.s b/llvm/test/MC/AsmParser/variables.s
index 86fea276a73..cb004d78882 100644
--- a/llvm/test/MC/AsmParser/variables.s
+++ b/llvm/test/MC/AsmParser/variables.s
@@ -1,4 +1,4 @@
-// RUN: llvm-mc %s
+// RUN: llvm-mc -triple i386-unknown-unknown %s
.data
t0_v0 = 1
OpenPOWER on IntegriCloud