This is required to update tests that make use of builtin headers. To fix
this use the same command expansion as lit does for %clang_cc1. I tested
this by updating clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c.
%clang_cc1 will now expand to `clang -cc1 -internal-isystem
$LLVM_BUILD/lib/clang/$VERSION/include -nostdsysteminc`.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 40258 Build 40358: arc lint + arc unit
Event Timeline
Comment Actions
This makes sense, but can you add a comment in Phabricator, or if it is short, add it to the git description? It helps understanding for posterity.
Comment Actions
Sorry, I don't quite understand what you would like me to do. Should I add the comment from the python to the commit message?