This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] NFC: Rename building CompilerInvocation
ClosedPublic

Authored by jansvoboda11 on Oct 13 2021, 8:26 AM.

Details

Summary

The dependency scanner works with multiple instances of Compiler{Instance,Invocation}. From names of the variables/members, their purpose is not obvious.

This patch gives descriptive name to the generated CompilerInvocation that can be used to derive the command-line to build a modular dependency.

Depends on D111725.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Oct 13 2021, 8:26 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 13 2021, 8:26 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Oct 13 2021, 6:51 PM