This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] Always generate module paths
ClosedPublic

Authored by jansvoboda11 on Aug 8 2022, 11:15 AM.

Details

Summary

Since D129389 (and downstream PR https://github.com/apple/llvm-project/pull/4965), the dependency scanner is responsible for generating full command-lines, including the modules paths. This patch removes the flag that was making this an opt-in behavior in clang-scan-deps.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Aug 8 2022, 11:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2022, 11:15 AM
jansvoboda11 requested review of this revision.Aug 8 2022, 11:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2022, 11:15 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
benlangmuir accepted this revision.Aug 8 2022, 11:38 AM

LGTM, thanks for cleaning it up.

This revision is now accepted and ready to land.Aug 8 2022, 11:38 AM
This revision was automatically updated to reflect the committed changes.