mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-11 02:04:22 +00:00
rebase of the patch
This commit is contained in:
parent
ccdd2c531c
commit
cfd193675e
10
debian/patches/26-set-correct-float-abi.diff
vendored
10
debian/patches/26-set-correct-float-abi.diff
vendored
@ -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>
|
Reviewed-By: <name and email of someone who approved the patch>
|
||||||
Last-Update: <YYYY-MM-DD>
|
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.9~svn273780.orig/clang/lib/Driver/Tools.cpp
|
||||||
+++ llvm-toolchain-snapshot_3.8~svn248088/clang/lib/Driver/Tools.cpp
|
+++ llvm-toolchain-snapshot_3.9~svn273780/clang/lib/Driver/Tools.cpp
|
||||||
@@ -643,7 +643,7 @@ arm::FloatABI arm::getARMFloatABI(const
|
@@ -811,7 +811,7 @@ arm::FloatABI arm::getARMFloatABI(const
|
||||||
case llvm::Triple::GNUEABI:
|
case llvm::Triple::MuslEABI:
|
||||||
case llvm::Triple::EABI:
|
case llvm::Triple::EABI:
|
||||||
// EABI is always AAPCS, and if it was not marked 'hard', it's softfp
|
// EABI is always AAPCS, and if it was not marked 'hard', it's softfp
|
||||||
- ABI = FloatABI::SoftFP;
|
- ABI = FloatABI::SoftFP;
|
||||||
|
Loading…
Reference in New Issue
Block a user