rebase of the patch

This commit is contained in:
Sylvestre Ledru 2016-06-25 09:27:03 +00:00
parent ccdd2c531c
commit cfd193675e

View File

@ -18,12 +18,12 @@ Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>
Index: llvm-toolchain-snapshot_3.8~svn248088/clang/lib/Driver/Tools.cpp
Index: llvm-toolchain-snapshot_3.9~svn273780/clang/lib/Driver/Tools.cpp
===================================================================
--- llvm-toolchain-snapshot_3.8~svn248088.orig/clang/lib/Driver/Tools.cpp
+++ llvm-toolchain-snapshot_3.8~svn248088/clang/lib/Driver/Tools.cpp
@@ -643,7 +643,7 @@ arm::FloatABI arm::getARMFloatABI(const
case llvm::Triple::GNUEABI:
--- llvm-toolchain-snapshot_3.9~svn273780.orig/clang/lib/Driver/Tools.cpp
+++ llvm-toolchain-snapshot_3.9~svn273780/clang/lib/Driver/Tools.cpp
@@ -811,7 +811,7 @@ arm::FloatABI arm::getARMFloatABI(const
case llvm::Triple::MuslEABI:
case llvm::Triple::EABI:
// EABI is always AAPCS, and if it was not marked 'hard', it's softfp
- ABI = FloatABI::SoftFP;