rebase of the patch

This commit is contained in:
Sylvestre Ledru 2016-08-12 17:15:58 +00:00
parent ab2a61fca2
commit 2269942376
2 changed files with 9 additions and 8 deletions

View File

@ -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}")

View File

@ -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) {