diff options
author | Dale Johannesen <dalej@apple.com> | 2010-11-17 21:57:32 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2010-11-17 21:57:32 +0000 |
commit | 8abe08d7f96dc8e6d16e7c20ea35b238c5e39a97 (patch) | |
tree | b70b13f795ca20ab59fb6bd2da6d92cd47c2686d /test/CodeGen/Thumb | |
parent | dc0e8fb9f9512622f55f73e1a434caa5c0915694 (diff) |
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/Thumb')
-rw-r--r-- | test/CodeGen/Thumb/long.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/Thumb/select.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb/long.ll b/test/CodeGen/Thumb/long.ll index e3ef44a875..197e19e31b 100644 --- a/test/CodeGen/Thumb/long.ll +++ b/test/CodeGen/Thumb/long.ll @@ -4,7 +4,7 @@ ; RUN: grep adc | count 1 ; RUN: llc < %s -march=thumb | \ ; RUN: grep sbc | count 1 -; RUN: llc < %s -march=thumb | grep __muldi3 +; RUN: llc < %s -mtriple=thumb-apple-darwin | grep __muldi3 define i64 @f1() { entry: diff --git a/test/CodeGen/Thumb/select.ll b/test/CodeGen/Thumb/select.ll index 7a183b0f9e..780e5fac02 100644 --- a/test/CodeGen/Thumb/select.ll +++ b/test/CodeGen/Thumb/select.ll @@ -4,7 +4,7 @@ ; RUN: llc < %s -march=thumb | grep ble | count 1 ; RUN: llc < %s -march=thumb | grep bls | count 1 ; RUN: llc < %s -march=thumb | grep bhi | count 1 -; RUN: llc < %s -march=thumb | grep __ltdf2 +; RUN: llc < %s -mtriple=thumb-apple-darwin | grep __ltdf2 define i32 @f1(i32 %a.s) { entry: |