[llvm-commits] [llvm] r55941 - /llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll
Dan Gohman
gohman at apple.com
Mon Sep 8 13:16:19 PDT 2008
Author: djg
Date: Mon Sep 8 15:16:18 2008
New Revision: 55941
URL: http://llvm.org/viewvc/llvm-project?rev=55941&view=rev
Log:
Add a target triple; apparently LLVM doesn't use 64-bit
data directives on darwin.
Modified:
llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll
Modified: llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll?rev=55941&r1=55940&r2=55941&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll Mon Sep 8 15:16:18 2008
@@ -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
More information about the llvm-commits
mailing list