summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-09-08 20:16:18 +0000
committerDan Gohman <gohman@apple.com>2008-09-08 20:16:18 +0000
commit554e6898ffca37ff40465a563f4ed24e53ffe3e6 (patch)
tree0f9bb49ea314c8010cfb917281787fb02fb8b464 /llvm/test/CodeGen/Generic
parent1e6ff5f37f872c1a03dcb6d620632154d81ccfd2 (diff)
downloadbcm5719-llvm-554e6898ffca37ff40465a563f4ed24e53ffe3e6.tar.gz
bcm5719-llvm-554e6898ffca37ff40465a563f4ed24e53ffe3e6.zip
Add a target triple; apparently LLVM doesn't use 64-bit
data directives on darwin. llvm-svn: 55941
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r--llvm/test/CodeGen/Generic/i128-and-beyond.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/i128-and-beyond.ll b/llvm/test/CodeGen/Generic/i128-and-beyond.ll
index 9f8ceddea6c..bb3f81f91b6 100644
--- a/llvm/test/CodeGen/Generic/i128-and-beyond.ll
+++ b/llvm/test/CodeGen/Generic/i128-and-beyond.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep 18446744073709551615 | count 14
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep 18446744073709551615 | count 14
; RUN: llvm-as < %s | llc -march=ppc32 | grep 4294967295 | count 28
; These static initializers are too big to hand off to assemblers
OpenPOWER on IntegriCloud