This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] Handle response files in dep scanner
ClosedPublic

Authored by benlangmuir on Mar 10 2023, 9:40 PM.

Details

Summary

Extract the code the driver uses to expand response files and reuse it in the dependency scanner.

Diff Detail

Event Timeline

benlangmuir created this revision.Mar 10 2023, 9:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 9:40 PM
benlangmuir requested review of this revision.Mar 10 2023, 9:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 9:40 PM
jansvoboda11 accepted this revision.Mar 13 2023, 10:51 AM

LGTM, nice.

This revision is now accepted and ready to land.Mar 13 2023, 10:51 AM
Bigcheese accepted this revision.Mar 13 2023, 3:36 PM

LTGM, thanks!

This revision was automatically updated to reflect the committed changes.