[PATCH] D52066: [Driver] Fix missing MultiArch include dir on powerpcspe

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 06:07:14 PDT 2018


lebedev.ri added inline comments.


================
Comment at: cfe/trunk/lib/Driver/ToolChains/Linux.cpp:701
       "/usr/include/mips64el-linux-gnuabi64"};
   const StringRef PPCMultiarchIncludeDirs[] = {
+      "/usr/include/powerpc-linux-gnu",
----------------
This is probably missing test coverage?
It //seems//, some of these are tested, but not all:
```
clang/test$ find -iname include | grep tree | wc -l
112
```


Repository:
  rL LLVM

https://reviews.llvm.org/D52066





More information about the llvm-commits mailing list