This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] Remove CompilerInvocation from ModuleDeps
ClosedPublic

Authored by benlangmuir on Aug 24 2022, 3:43 PM.

Details

Summary

The invocation is only ever used to serialize cc1 arguments from, so
instead serialize the arguments inside the dep scanner to simplify the
interface.

Diff Detail