summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/i128-and-beyond.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Generic/i128-and-beyond.ll')
-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