Clang's -M mode includes these extra dependencies in its output and clang-scan-deps
should have equivalent behavior, so adding these extradeps to output just like
how its being done for ".d" file generation mode.
Details
Details
- Reviewers
arphaman dexonsmith Bigcheese jkorous - Commits
- rG962ca076e51c: Include sanitize blacklist and other extra deps as part of scan-deps output
rC375074: Include sanitize blacklist and other extra deps as part of scan-deps output
rL375074: Include sanitize blacklist and other extra deps as part of scan-deps output
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo