mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-05 20:20:42 +00:00
fix a tiny issue
This commit is contained in:
parent
d756dd1b47
commit
961572299e
16
debian/patches/fix-clang-path-and-build.diff
vendored
16
debian/patches/fix-clang-path-and-build.diff
vendored
@ -1,16 +1,8 @@
|
||||
Index: llvm-toolchain-snapshot_3.5~svn199197/clang/lib/Driver/ToolChains.cpp
|
||||
Index: llvm-toolchain-snapshot_3.5~svn199370/clang/lib/Driver/ToolChains.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.5~svn199197.orig/clang/lib/Driver/ToolChains.cpp 2014-01-14 11:31:22.796868045 +0100
|
||||
+++ llvm-toolchain-snapshot_3.5~svn199197/clang/lib/Driver/ToolChains.cpp 2014-01-14 11:31:22.792868045 +0100
|
||||
@@ -149,6 +149,7 @@
|
||||
A->getValue() == StringRef("soft"));
|
||||
}
|
||||
|
||||
+
|
||||
StringRef Darwin::getDarwinArchName(const ArgList &Args) const {
|
||||
switch (getTriple().getArch()) {
|
||||
default:
|
||||
@@ -1977,6 +1978,8 @@
|
||||
--- llvm-toolchain-snapshot_3.5~svn199370.orig/clang/lib/Driver/ToolChains.cpp 2014-01-16 11:58:00.985443502 +0100
|
||||
+++ llvm-toolchain-snapshot_3.5~svn199370/clang/lib/Driver/ToolChains.cpp 2014-01-16 11:58:00.985443502 +0100
|
||||
@@ -2108,6 +2108,8 @@
|
||||
DriverArgs.hasArg(options::OPT_nostdincxx))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user