summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-08-08 18:39:01 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-08-08 18:39:01 +0000
commit7e7baa9ab85ef08b85d58fff995c039c5c03775f (patch)
tree993ac4820c0284c2d2d865e562892e36855b91f0 /clang/lib/Driver/Tools.cpp
parentbf09db44f7a98773b88e35255bbc93e8567b2b40 (diff)
downloadbcm5719-llvm-7e7baa9ab85ef08b85d58fff995c039c5c03775f.tar.gz
bcm5719-llvm-7e7baa9ab85ef08b85d58fff995c039c5c03775f.zip
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. llvm-svn: 215236
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
-rw-r--r--clang/lib/Driver/Tools.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp
index 0e51c3c82c0..860454a22b7 100644
--- a/clang/lib/Driver/Tools.cpp
+++ b/clang/lib/Driver/Tools.cpp
@@ -7101,9 +7101,6 @@ void gnutools::Assemble::ConstructJob(Compilation &C, const JobAction &JA,
CmdArgs.push_back("-mabi");
CmdArgs.push_back(ABIName.data());
- CmdArgs.push_back("-mabicalls");
- Args.AddLastArg(CmdArgs, options::OPT_mabicalls, options::OPT_mno_abicalls);
-
// -mno-shared should be emitted unless -fpic, -fpie, -fPIC, -fPIE,
// or -mshared (not implemented) is in effect.
bool IsPicOrPie = false;
OpenPOWER on IntegriCloud