mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 04:47:56 +00:00
Fix patch
This commit is contained in:
parent
d79e967459
commit
abb38f44bb
15
debian/patches/fix-clang-path-and-build.diff
vendored
15
debian/patches/fix-clang-path-and-build.diff
vendored
@ -1,21 +1,16 @@
|
|||||||
Index: llvm-toolchain-snapshot-3.5~svn195337/clang/lib/Driver/ToolChains.cpp
|
Index: llvm-toolchain-snapshot_3.5~svn195930/clang/lib/Driver/ToolChains.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot-3.5~svn195337.orig/clang/lib/Driver/ToolChains.cpp 2013-11-28 19:53:40.000000000 +0100
|
--- llvm-toolchain-snapshot_3.5~svn195930.orig/clang/lib/Driver/ToolChains.cpp 2013-11-28 20:00:36.083311481 +0100
|
||||||
+++ llvm-toolchain-snapshot-3.5~svn195337/clang/lib/Driver/ToolChains.cpp 2013-11-28 19:55:05.799323368 +0100
|
+++ llvm-toolchain-snapshot_3.5~svn195930/clang/lib/Driver/ToolChains.cpp 2013-11-29 11:15:58.145335055 +0100
|
||||||
@@ -134,6 +134,12 @@
|
@@ -134,6 +134,7 @@
|
||||||
.Default(0);
|
.Default(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
+
|
|
||||||
++void Darwin::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
|
|
||||||
+ ArgStringList &CC1Args) const {
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+
|
+
|
||||||
StringRef Darwin::getDarwinArchName(const ArgList &Args) const {
|
StringRef Darwin::getDarwinArchName(const ArgList &Args) const {
|
||||||
switch (getTriple().getArch()) {
|
switch (getTriple().getArch()) {
|
||||||
default:
|
default:
|
||||||
@@ -1981,6 +1987,8 @@
|
@@ -1973,6 +1974,8 @@
|
||||||
DriverArgs.hasArg(options::OPT_nostdincxx))
|
DriverArgs.hasArg(options::OPT_nostdincxx))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user