This is an archive of the discontinued LLVM Phabricator instance.

[clang][CodeGen][NFC] Remove unused CodeGenModule fields
ClosedPublic

Authored by ibookstein on Jan 31 2022, 8:47 AM.

Details

Summary

Signed-off-by: Itay Bookstein <ibookstein@gmail.com>

Diff Detail

Event Timeline

ibookstein requested review of this revision.Jan 31 2022, 8:47 AM
ibookstein created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 31 2022, 8:47 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
erichkeane accepted this revision.Jan 31 2022, 9:09 AM

Huh, neat! I guess I missed it when I removed the use of these here (https://github.com/llvm/llvm-project/commit/de6480a38c4e6ab1e7c0c11fc7be87a4742d2d45).

LGTM!

This revision is now accepted and ready to land.Jan 31 2022, 9:09 AM

Thanks!
CI failures seem to be in completely unrelated libarcher, which are shared by other runs in the past few hours; landing this, then.

This revision was landed with ongoing or failed builds.Jan 31 2022, 1:46 PM
This revision was automatically updated to reflect the committed changes.