This is an archive of the discontinued LLVM Phabricator instance.

Include sanitize blacklist and other extra deps as part of scan-deps output
ClosedPublic

Authored by kousikk on Oct 15 2019, 8:46 PM.

Details

Summary

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.

Event Timeline

kousikk created this revision.Oct 15 2019, 8:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 15 2019, 8:46 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
kousikk updated this revision to Diff 225153.Oct 15 2019, 8:48 PM

Lint fixes

Harbormaster completed remote builds in B39617: Diff 225153.
Bigcheese accepted this revision.Oct 16 2019, 10:41 AM

lgtm. Jan may want to take a look as I believe he was looking at a related issue.

This revision is now accepted and ready to land.Oct 16 2019, 10:41 AM
jkorous accepted this revision.Oct 16 2019, 4:41 PM

Looks great! Thanks!

This revision was automatically updated to reflect the committed changes.