summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-03-01 17:30:32 +0000
committerJim Grosbach <grosbach@apple.com>2012-03-01 17:30:32 +0000
commit394ad59d90790bf6a2aa4f6322c77adc510fb39c (patch)
tree56302ef9250544a5bdf357668372a69ec65480d1
parentcdb9f302d010ab1746de36c1d20384a654fedba1 (diff)
downloadbcm5719-llvm-394ad59d90790bf6a2aa4f6322c77adc510fb39c.tar.gz
bcm5719-llvm-394ad59d90790bf6a2aa4f6322c77adc510fb39c.zip
Add missing triple for tests.
Make darwin bots happier. llvm-svn: 151813
-rw-r--r--llvm/test/CodeGen/ARM/log2_not_readnone.ll2
-rw-r--r--llvm/test/CodeGen/X86/log2_not_readnone.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/log2_not_readnone.ll b/llvm/test/CodeGen/ARM/log2_not_readnone.ll
index 4d567eda65d..8068abdff90 100644
--- a/llvm/test/CodeGen/ARM/log2_not_readnone.ll
+++ b/llvm/test/CodeGen/ARM/log2_not_readnone.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march arm %s -o - | FileCheck %s
+; RUN: llc -mtriple=arm-linux-gnueabi %s -o - | FileCheck %s
; Log2 and exp2 are string-matched to intrinsics. If they are not declared
; readnone, they can't be changed to intrinsics (because they can change errno).
diff --git a/llvm/test/CodeGen/X86/log2_not_readnone.ll b/llvm/test/CodeGen/X86/log2_not_readnone.ll
index a971b0b442f..5620835d7ba 100644
--- a/llvm/test/CodeGen/X86/log2_not_readnone.ll
+++ b/llvm/test/CodeGen/X86/log2_not_readnone.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march x86 %s -o - | FileCheck %s
+; RUN: llc -mtriple=i386-linux-gnueabi %s -o - | FileCheck %s
; Log2 and exp2 are string-matched to intrinsics. If they are not declared
; readnone, they can't be changed to intrinsics (because they can change errno).
OpenPOWER on IntegriCloud