mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 21:37:23 +00:00
Refresh of the patches
This commit is contained in:
parent
095e9e16cf
commit
1c91eb4f91
10
debian/patches/28-gcc-4.7-paths.diff
vendored
10
debian/patches/28-gcc-4.7-paths.diff
vendored
@ -1,10 +1,10 @@
|
|||||||
Index: clang-3.2/tools/clang/lib/Driver/ToolChains.cpp
|
Index: llvm-3.2.src/clang/lib/Driver/ToolChains.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- clang-3.2~rc1.orig/tools/clang/lib/Driver/ToolChains.cpp 2012-11-27 12:21:42.000000000 +0100
|
--- llvm-3.2.src.orig/clang/lib/Driver/ToolChains.cpp 2013-01-18 15:57:25.240901367 +0100
|
||||||
+++ clang-3.2~rc1/tools/clang/lib/Driver/ToolChains.cpp 2012-11-29 09:47:06.000000000 +0100
|
+++ llvm-3.2.src/clang/lib/Driver/ToolChains.cpp 2013-01-18 15:57:49.752900485 +0100
|
||||||
@@ -36,6 +36,9 @@
|
@@ -36,6 +36,9 @@
|
||||||
#include <cstdlib> // ::getenv
|
#include <cstdlib> // ::getenv
|
||||||
|
|
||||||
#include "clang/Config/config.h" // for GCC_INSTALL_PREFIX
|
#include "clang/Config/config.h" // for GCC_INSTALL_PREFIX
|
||||||
+#include "clang/Debian/debian_path.h"
|
+#include "clang/Debian/debian_path.h"
|
||||||
+
|
+
|
||||||
@ -12,7 +12,7 @@ Index: clang-3.2/tools/clang/lib/Driver/ToolChains.cpp
|
|||||||
|
|
||||||
using namespace clang::driver;
|
using namespace clang::driver;
|
||||||
using namespace clang::driver::toolchains;
|
using namespace clang::driver::toolchains;
|
||||||
@@ -2316,6 +2318,10 @@
|
@@ -2379,6 +2382,10 @@
|
||||||
|
|
||||||
const std::string IncludePathCandidates[] = {
|
const std::string IncludePathCandidates[] = {
|
||||||
LibDir.str() + "/../include/c++/" + Version.str(),
|
LibDir.str() + "/../include/c++/" + Version.str(),
|
||||||
|
6
debian/patches/57-lldb-soname.diff
vendored
6
debian/patches/57-lldb-soname.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-3.2-3.2/tools/lldb/lib/Makefile
|
Index: llvm-toolchain-3.2-3.2/lldb/lib/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-3.2-3.2.orig/tools/lldb/lib/Makefile 2013-01-13 09:30:41.000000000 +0100
|
--- llvm-toolchain-3.2-3.2.orig/lldb/lib/Makefile 2013-01-13 09:30:41.000000000 +0100
|
||||||
+++ llvm-toolchain-3.2-3.2/tools/lldb/lib/Makefile 2013-01-17 18:01:01.000000000 +0100
|
+++ llvm-toolchain-3.2-3.2/lldb/lib/Makefile 2013-01-17 18:01:01.000000000 +0100
|
||||||
@@ -135,7 +135,7 @@
|
@@ -135,7 +135,7 @@
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user