mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 23:18:16 +00:00
remove patch applied upstream
This commit is contained in:
parent
e07f6265ef
commit
f01674b8ff
@ -1,18 +0,0 @@
|
||||
Description: Fix missing include paths on powerpcspe
|
||||
Author: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
|
||||
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908791
|
||||
Forwarded: https://reviews.llvm.org/D52066
|
||||
Last-Update: 2018-09-13
|
||||
|
||||
--- llvm-toolchain-7-7~+rc3.orig/clang/lib/Driver/ToolChains/Linux.cpp
|
||||
+++ llvm-toolchain-7-7~+rc3/clang/lib/Driver/ToolChains/Linux.cpp
|
||||
@@ -700,7 +700,8 @@ void Linux::AddClangSystemIncludeArgs(co
|
||||
"/usr/include/mips64el-linux-gnu",
|
||||
"/usr/include/mips64el-linux-gnuabi64"};
|
||||
const StringRef PPCMultiarchIncludeDirs[] = {
|
||||
- "/usr/include/powerpc-linux-gnu"};
|
||||
+ "/usr/include/powerpc-linux-gnu",
|
||||
+ "/usr/include/powerpc-linux-gnuspe"};
|
||||
const StringRef PPC64MultiarchIncludeDirs[] = {
|
||||
"/usr/include/powerpc64-linux-gnu"};
|
||||
const StringRef PPC64LEMultiarchIncludeDirs[] = {
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -52,7 +52,6 @@ remove-test-freezing.diff
|
||||
0048-Set-html_static_path-_static-everywhere.patch
|
||||
0049-Use-Debian-provided-MathJax-everywhere.patch
|
||||
impl-path-hurd.diff
|
||||
powerpcspe-add-missing-include-path.diff
|
||||
x32-fix-driver-search-paths.diff
|
||||
|
||||
# OpenMP
|
||||
|
Loading…
Reference in New Issue
Block a user