mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 02:49:01 +00:00
rebase of the patch
This commit is contained in:
parent
ab2a61fca2
commit
2269942376
9
debian/patches/fix-cmake-config-prefix.diff
vendored
9
debian/patches/fix-cmake-config-prefix.diff
vendored
@ -1,9 +1,11 @@
|
||||
## Description: add some description
|
||||
## Origin/Author: add some origin or author
|
||||
## Bug: bug URL
|
||||
--- a/cmake/modules/CMakeLists.txt
|
||||
+++ b/cmake/modules/CMakeLists.txt
|
||||
@@ -47,16 +47,7 @@ file(COPY .
|
||||
Index: llvm-toolchain-snapshot_4.0~svn278527/cmake/modules/CMakeLists.txt
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_4.0~svn278527.orig/cmake/modules/CMakeLists.txt
|
||||
+++ llvm-toolchain-snapshot_4.0~svn278527/cmake/modules/CMakeLists.txt
|
||||
@@ -48,16 +48,7 @@ file(COPY .
|
||||
)
|
||||
|
||||
# Generate LLVMConfig.cmake for the install tree.
|
||||
@ -21,4 +23,3 @@
|
||||
set(LLVM_CONFIG_INCLUDE_DIRS "\${LLVM_INSTALL_PREFIX}/include")
|
||||
set(LLVM_CONFIG_LIBRARY_DIRS "\${LLVM_INSTALL_PREFIX}/lib\${LLVM_LIBDIR_SUFFIX}")
|
||||
set(LLVM_CONFIG_CMAKE_DIR "\${LLVM_INSTALL_PREFIX}/${LLVM_INSTALL_PACKAGE_DIR}")
|
||||
|
||||
|
8
debian/patches/mips-fpxx-enable.diff
vendored
8
debian/patches/mips-fpxx-enable.diff
vendored
@ -1,8 +1,8 @@
|
||||
Index: llvm-toolchain-snapshot_3.9~svn275793/clang/lib/Driver/Tools.cpp
|
||||
Index: llvm-toolchain-snapshot_4.0~svn278527/clang/lib/Driver/Tools.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.9~svn275793.orig/clang/lib/Driver/Tools.cpp
|
||||
+++ llvm-toolchain-snapshot_3.9~svn275793/clang/lib/Driver/Tools.cpp
|
||||
@@ -7321,11 +7321,6 @@ bool mips::isFP64ADefault(const llvm::Tr
|
||||
--- llvm-toolchain-snapshot_4.0~svn278527.orig/clang/lib/Driver/Tools.cpp
|
||||
+++ llvm-toolchain-snapshot_4.0~svn278527/clang/lib/Driver/Tools.cpp
|
||||
@@ -7391,11 +7391,6 @@ bool mips::isFP64ADefault(const llvm::Tr
|
||||
|
||||
bool mips::isFPXXDefault(const llvm::Triple &Triple, StringRef CPUName,
|
||||
StringRef ABIName, mips::FloatABI FloatABI) {
|
||||
|
Loading…
Reference in New Issue
Block a user