summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-22 07:01:12 +0000
committerChris Lattner <sabre@nondot.org>2009-12-22 07:01:12 +0000
commitf6d4129c767111ee73da17d77878c6a98b4f09a9 (patch)
treef8e92ac934d51569381a3710a4a55e740ac1ce59 /llvm
parent502f0f11e00f5c7b761a1cd0bfa129629402bdcf (diff)
downloadbcm5719-llvm-f6d4129c767111ee73da17d77878c6a98b4f09a9.tar.gz
bcm5719-llvm-f6d4129c767111ee73da17d77878c6a98b4f09a9.zip
specify a triple to use, fixing the test on non-x86-64 hosts.
llvm-svn: 91900
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/MC/Disassembler/simple-tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Disassembler/simple-tests.txt b/llvm/test/MC/Disassembler/simple-tests.txt
index 1152ad493d1..1e3249f8268 100644
--- a/llvm/test/MC/Disassembler/simple-tests.txt
+++ b/llvm/test/MC/Disassembler/simple-tests.txt
@@ -1,4 +1,4 @@
-# RUN: llvm-mc --disassemble %s | FileCheck %s
+# RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 | FileCheck %s
# CHECK: int $33
0xCD 0x21
OpenPOWER on IntegriCloud