]> granicus.if.org Git - clang/commit
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)
commit2e4e110a727a0d379a8fbd0cc2afba1ff3801091
tree14e0b105068a5a268539fe877425b273ea23abd4
parentc99a3ad8c2bf29da45a0c64b88d58bfbd2f78ef2
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166428 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp