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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
I don't have commit access, btw. So it would be nice if someone else could commit this for me.
Thanks!
Comment Actions
LGTM.
In the future please make sure you supply all patches with context (ie. -U99999), without context they may be harder to review and more importantly patch may mess up.
cfe/trunk/lib/Driver/ToolChains/Linux.cpp | ||
---|---|---|
701 ↗ | (On Diff #165477) | This is probably missing test coverage? clang/test$ find -iname include | grep tree | wc -l 112 |
Comment Actions
Not sure how this is supposed to be tested as this requires a proper Debian powerpcspe chroot.
I also checked saw that not all mips64 include paths are covered by the testsuite.