driver/Darwin: Default to AAPCS for M-class CPUs.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 22 Oct 2012 18:30:51 +0000 (18:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 22 Oct 2012 18:30:51 +0000 (18:30 +0000)
commit5f18f6e4d684d57b8f2430e5199e60a31ef78db0
treecc2426c2189daa1595bf00389528533f9754352e
parent1c7fc71e698336e63fbf72485b900fd22060e0b9
driver/Darwin: Default to AAPCS for M-class CPUs.

 - This is an assumption that is currently hardwired into the backend, we need
   to do this in order for the frontend and backend to agree.

llvm-svn: 166428
clang/lib/Driver/Tools.cpp