mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-31 20:48:39 +00:00
fix the patch
This commit is contained in:
parent
12b17c6699
commit
6dfbd22ddc
8
debian/patches/fix-clang-path-and-build.diff
vendored
8
debian/patches/fix-clang-path-and-build.diff
vendored
@ -6,6 +6,14 @@ Index: llvm-toolchain-5.0-5.0~+rc2/clang/lib/Driver/ToolChains/Gnu.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-5.0-5.0~+rc2.orig/clang/lib/Driver/ToolChains/Gnu.cpp
|
||||
+++ llvm-toolchain-5.0-5.0~+rc2/clang/lib/Driver/ToolChains/Gnu.cpp
|
||||
@@ -15,6 +15,7 @@
|
||||
#include "Arch/SystemZ.h"
|
||||
#include "CommonArgs.h"
|
||||
#include "clang/Basic/VirtualFileSystem.h"
|
||||
+#include "clang/Basic/Version.h"
|
||||
#include "clang/Config/config.h" // for GCC_INSTALL_PREFIX
|
||||
#include "clang/Driver/Compilation.h"
|
||||
#include "clang/Driver/Driver.h"
|
||||
@@ -2368,6 +2368,7 @@ void Generic_GCC::AddClangCXXStdlibInclu
|
||||
addLibStdCxxIncludePaths(DriverArgs, CC1Args);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user