These tests are looking for library function names that
authorDale Johannesen <dalej@apple.com>
Wed, 17 Nov 2010 21:57:32 +0000 (21:57 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 17 Nov 2010 21:57:32 +0000 (21:57 +0000)
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

test/CodeGen/ARM/div.ll
test/CodeGen/ARM/fpcmp_ueq.ll
test/CodeGen/ARM/fpconv.ll
test/CodeGen/ARM/select.ll
test/CodeGen/Thumb/long.ll
test/CodeGen/Thumb/select.ll
test/CodeGen/Thumb2/div.ll

index 448b437ddf46e0e8421c98d0e469abe830347802..3d29e05a0ccf2d611c5cb370b3cd18b244c2e2bb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | FileCheck %s -check-prefix=CHECK-ARM
+; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=CHECK-ARM
 
 define i32 @f1(i32 %a, i32 %b) {
 entry:
index 20eaa1340c39689f1545ee37c2066d92ffa5cb75..2e6b3e3167aec1cef6fbf603ede33bba8e60083e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | grep moveq 
+; RUN: llc < %s -mtriple=arm-apple-darwin | grep moveq 
 ; RUN: llc < %s -mtriple=armv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s
 
 define i32 @f7(float %a, float %b) {
index bf197a46cb77929e16b502541101d017d8318a28..1b4c008bb775033532f8c480e224124a5989e297 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s --check-prefix=CHECK-VFP
-; RUN: llc < %s -march=arm | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s
 
 define float @f1(double %x) {
 ;CHECK-VFP: f1:
index 06b42f4f448291ca97a58ea06a09e6d9fa6c2784..1aa0d39041258a96e7ef00bbb2a61a40a6ee8460 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s
 ; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s --check-prefix=CHECK-VFP
 ; RUN: llc < %s -mattr=+neon,+thumb2 -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=CHECK-NEON
 
index e3ef44a875868e68d81d81ccdb8b475c98f18c9f..197e19e31b49e4730dfcb83caf61e84e94f27eb5 100644 (file)
@@ -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:
index 7a183b0f9e26462e24fbf13fa2ecd7259db70d6c..780e5fac02b9067e33196fee58531079d1879c03 100644 (file)
@@ -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:
index e63a115273ffe9d134c3c042d1fdfb3724403c4f..2c00c70c0db69f2bb8b80d4ac1791d5eff1eed67 100644 (file)
@@ -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