This is an archive of the discontinued LLVM Phabricator instance.

[clang][deps] Reset some benign codegen options
ClosedPublic

Authored by jansvoboda11 on Nov 1 2021, 4:40 AM.

Details

Summary

Some command-line codegen arguments are likely to differ between identical modules discovered from different translation units. This patch removes them to make builds deterministic and/or reduce the number of built modules.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Nov 1 2021, 4:40 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2021, 4:40 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Nov 18 2021, 8:17 AM
This revision was automatically updated to reflect the committed changes.