]> granicus.if.org Git - clang/commit
[Driver] Fix missing MultiArch include dir on powerpcspe
authorKristina Brooks <kristina@nym.hush.com>
Fri, 14 Sep 2018 12:42:13 +0000 (12:42 +0000)
committerKristina Brooks <kristina@nym.hush.com>
Fri, 14 Sep 2018 12:42:13 +0000 (12:42 +0000)
commit344263148132b73d4440cdf8e806c24b8d017050
treef64b825befb21534b9d3386363a004ebb0c48dd6
parentbff78a489e8b2883b7c8e407efac3c1cf6ffc061
[Driver] Fix missing MultiArch include dir on powerpcspe

On powerpc-linux-gnuspe, the header files are located in their
own include directory named /usr/lib/powerpc-linux-gnuspe,
so add this directory to PPCMultiarchIncludeDirs.

Patch by glaubitz (John Paul Adrian Glaubitz)

Differential Revision: https://reviews.llvm.org/D52066

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@342231 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Linux.cpp