[all-commits] [llvm/llvm-project] 9209a5: MachineModuleInfo: Move AddrLabelSymbols to AsmPri...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Apr 20 08:21:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9209a519180b478f7a77d7c4781ea857536d77ed
https://github.com/llvm/llvm-project/commit/9209a519180b478f7a77d7c4781ea857536d77ed
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-04-20 (Wed, 20 Apr 2022)
Changed paths:
M llvm/include/llvm/CodeGen/AsmPrinter.h
M llvm/include/llvm/CodeGen/MachineModuleInfo.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/MachineModuleInfo.cpp
Log Message:
-----------
MachineModuleInfo: Move AddrLabelSymbols to AsmPrinter
This was tracking global state only used by the AsmPrinter, which can
store its own module global state.
More information about the All-commits
mailing list