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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223429 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Basic/Targets.cpp 36 additions, 1 deletionlib/Basic/Targets.cpp
- test/CodeGen/c11atomics-ios.c 4 additions, 4 deletionstest/CodeGen/c11atomics-ios.c
- test/CodeGen/pr5406.c 1 addition, 1 deletiontest/CodeGen/pr5406.c
- test/CodeGenCXX/runtimecc.cpp 11 additions, 11 deletionstest/CodeGenCXX/runtimecc.cpp
- test/CodeGenObjC/arm-atomic-scalar-setter-getter.m 2 additions, 2 deletionstest/CodeGenObjC/arm-atomic-scalar-setter-getter.m
- test/CodeGenObjC/optimized-setter-ios-device.m 4 additions, 4 deletionstest/CodeGenObjC/optimized-setter-ios-device.m
- test/CodeGenObjCXX/arc-cxx11-init-list.mm 11 additions, 12 deletionstest/CodeGenObjCXX/arc-cxx11-init-list.mm
Loading
Please register or sign in to comment