[PATCH] D123943: MachineModuleInfo: Move AddrLabelSymbols to AsmPrinter

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 18 07:50:30 PDT 2022


arsenm created this revision.
arsenm added reviewers: aeubanks, void, sunfish, echristo, rnk, aprantl.
Herald added a subscriber: hiraditya.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This was tracking global state only used by the AsmPrinter, which can
store its own module global state.


https://reviews.llvm.org/D123943

Files:
  llvm/include/llvm/CodeGen/AsmPrinter.h
  llvm/include/llvm/CodeGen/MachineModuleInfo.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/MachineModuleInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123943.423393.patch
Type: text/x-patch
Size: 19857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220418/f76d181d/attachment.bin>


More information about the llvm-commits mailing list