[clang] [Driver] Wrap -lgcc_s in -z ignore/-z record on Solaris (PR #65487)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 6 09:39:18 PDT 2023
MaskRay wrote:
@tstellar Strangely, `pr-subscribers-clang-driver` is not added for this PR.
```
% echo '/clang/*/Driver/' >> .gitignore
% git check-ignore -v --no-index clang/lib/Driver/Driver.cpp
.gitignore:74:/clang/*/Driver/ clang/lib/Driver/Driver.cpp
% git restore .gitignore
```
We can see that the pattern in `.github/CODEOWNERS` can match clang/lib/Driver/ files.
https://github.com/llvm/llvm-project/pull/65487
More information about the cfe-commits
mailing list