summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-12-05 01:06:59 +0000
committerEric Christopher <echristo@gmail.com>2014-12-05 01:06:59 +0000
commit0e2618857c81ab37cdfacdc407620449a17f12ef (patch)
tree19a6dc703ae1aa3a44cfeb43ebfe11a66d9812ea /clang/test/CodeGenObjC
parentab255fcd09a6fac10e597fbd8f92fd70dd321a6d (diff)
downloadbcm5719-llvm-0e2618857c81ab37cdfacdc407620449a17f12ef.tar.gz
bcm5719-llvm-0e2618857c81ab37cdfacdc407620449a17f12ef.zip
Have the driver and the target code agree on what the default ABI
is for each machine. Fix up darwin tests that were testing for aapcs on armv7-ios when the actual ABI is apcs. Should be no user visible change without -cc1. llvm-svn: 223429
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/arm-atomic-scalar-setter-getter.m4
-rw-r--r--clang/test/CodeGenObjC/optimized-setter-ios-device.m8
2 files changed, 6 insertions, 6 deletions
diff --git a/clang/test/CodeGenObjC/arm-atomic-scalar-setter-getter.m b/clang/test/CodeGenObjC/arm-atomic-scalar-setter-getter.m
index 535cbbb85c4..6eb58906e63 100644
--- a/clang/test/CodeGenObjC/arm-atomic-scalar-setter-getter.m
+++ b/clang/test/CodeGenObjC/arm-atomic-scalar-setter-getter.m
@@ -8,6 +8,6 @@
@implementation I
@synthesize LONG_PROP;
@end
-// CHECK-ARM: call arm_aapcscc void @objc_copyStruct(i8* %{{.*}}, i8* %{{.*}}, i32 8, i1 zeroext true, i1 zeroext false)
-// CHECK-ARM: call arm_aapcscc void @objc_copyStruct(i8* %{{.*}}, i8* %{{.*}}, i32 8, i1 zeroext true, i1 zeroext false)
+// CHECK-ARM: call void @objc_copyStruct(i8* %{{.*}}, i8* %{{.*}}, i32 8, i1 zeroext true, i1 zeroext false)
+// CHECK-ARM: call void @objc_copyStruct(i8* %{{.*}}, i8* %{{.*}}, i32 8, i1 zeroext true, i1 zeroext false)
diff --git a/clang/test/CodeGenObjC/optimized-setter-ios-device.m b/clang/test/CodeGenObjC/optimized-setter-ios-device.m
index 6fa322ab0f5..ae8f34c081b 100644
--- a/clang/test/CodeGenObjC/optimized-setter-ios-device.m
+++ b/clang/test/CodeGenObjC/optimized-setter-ios-device.m
@@ -26,8 +26,8 @@
@synthesize atomicPropertyCopy;
@end
-// CHECK: call arm_aapcscc void @objc_setProperty_nonatomic
-// CHECK: call arm_aapcscc void @objc_setProperty_nonatomic_copy
-// CHECK: call arm_aapcscc void @objc_setProperty_atomic
-// CHECK: call arm_aapcscc void @objc_setProperty_atomic_copy
+// CHECK: call void @objc_setProperty_nonatomic
+// CHECK: call void @objc_setProperty_nonatomic_copy
+// CHECK: call void @objc_setProperty_atomic
+// CHECK: call void @objc_setProperty_atomic_copy
OpenPOWER on IntegriCloud