]> granicus.if.org Git - clang/commit
Partially revert r215204 - [mips] Add -mabicalls/-mno-abicalls to the driver
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 8 Aug 2014 18:39:01 +0000 (18:39 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 8 Aug 2014 18:39:01 +0000 (18:39 +0000)
commitc43ca6b91fb55298ba98ab9dbaac63706ec371ea
treea97793733b5af15862339e190b4551af58d70bf2
parent25fa83175c1b194a9407d6b1bc7ac79b96bd4b64
Partially revert r215204 - [mips] Add -mabicalls/-mno-abicalls to the driver

It wasn't actually a bug that -mabicalls/-mno-abicalls wasn't being passed to
GAS. The only reason we pass it to the integrated assembler is because it shares
the same framework with CodeGen.

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