Remove double patch, upload to unstable

This commit is contained in:
Gianfranco Costamagna 2018-09-14 15:24:20 +02:00
parent a761019d3a
commit 567660636e
2 changed files with 0 additions and 25 deletions

View File

@ -1,23 +0,0 @@
From 2b0d645c8f211c89aa53a1a442fffa8370915491 Mon Sep 17 00:00:00 2001
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Date: Thu, 13 Sep 2018 23:59:21 +0200
Subject: [PATCH] [Driver] Fix missing MultiArch include dir on powerpcspe
---
clang/lib/Driver/ToolChains/Linux.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: llvm-toolchain-7-7~+rc3/clang/lib/Driver/ToolChains/Linux.cpp
===================================================================
--- 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 @@
"/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[] = {

View File

@ -73,5 +73,3 @@ libcxx-silent-failure-arm64.diff
D51108-rust-powerpc.diff
disable-sse2-old-x86.diff
powerpcspe.patch