summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-11-17 21:57:32 +0000
committerDale Johannesen <dalej@apple.com>2010-11-17 21:57:32 +0000
commit8abe08d7f96dc8e6d16e7c20ea35b238c5e39a97 (patch)
treeb70b13f795ca20ab59fb6bd2da6d92cd47c2686d /test/CodeGen/Thumb2
parentdc0e8fb9f9512622f55f73e1a434caa5c0915694 (diff)
downloadllvm-8abe08d7f96dc8e6d16e7c20ea35b238c5e39a97.tar.gz
llvm-8abe08d7f96dc8e6d16e7c20ea35b238c5e39a97.tar.bz2
llvm-8abe08d7f96dc8e6d16e7c20ea35b238c5e39a97.tar.xz
These tests are looking for library function names that
appear to differ on Linux. Try to make them pass on Linux. Would be good for a Linux person to review this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2')
-rw-r--r--test/CodeGen/Thumb2/div.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/div.ll b/test/CodeGen/Thumb2/div.ll
index e63a115273..2c00c70c0d 100644
--- a/test/CodeGen/Thumb2/div.ll
+++ b/test/CodeGen/Thumb2/div.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=thumb -mattr=+thumb2 \
+; RUN: llc < %s -mtriple=thumb-apple-darwin -mattr=+thumb2 \
; RUN: | FileCheck %s -check-prefix=CHECK-THUMB
; RUN: llc < %s -march=thumb -mcpu=cortex-m3 -mattr=+thumb2 \
; RUN: | FileCheck %s -check-prefix=CHECK-THUMBV7M