mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 08:53:34 +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>
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user