[PATCH] D97993: [Driver] Suppress GCC detection under -B

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 20 15:25:14 PDT 2021


MaskRay added a comment.

In D97993#2639844 <https://reviews.llvm.org/D97993#2639844>, @vvereschaka wrote:

> Hi @MaskRay,
>
> sorry, but these changes break the `Clang::gcc-toolchain.cpp` test on the ARMv7/AArch64 cross builders:
>
> - https://lab.llvm.org/buildbot/#/builders/119/builds/2807 (Aarch64)
> - https://lab.llvm.org/buildbot/#/builders/60/builds/2416 (ARMv7)

The Windows bots don't have `/usr/local/include/`. I think they should have been broken before my change. Anycase, I deleted `"-internal-isystem" "/usr/local/include"` in 1fe1e996e987426e5d6352dabef358fc4ae619e5 <https://reviews.llvm.org/rG1fe1e996e987426e5d6352dabef358fc4ae619e5>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97993/new/

https://reviews.llvm.org/D97993



More information about the cfe-commits mailing list