]> granicus.if.org Git - clang/commit
ARM-MachO: stop claiming to be EABI
authorTim Northover <tnorthover@apple.com>
Fri, 13 May 2016 21:26:45 +0000 (21:26 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 13 May 2016 21:26:45 +0000 (21:26 +0000)
commit04d6a7d77c4f257dc00504fdee8767cc44297ce1
tree0743ac18edaedd47f5e4d40ca7de2c0e8ef18cfa
parenta84dae7a24728e9bfb43a8c56948d9074bd6308a
ARM-MachO: stop claiming to be EABI

Embedded ARM MachO targets are AAPCS but not full EABI (we don't use
__aeabi_whatever and the functions are allowed to be hard-float).

Turns out there was already a test for this, but its original purpose had
become corrupted over the years.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269487 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/init.c