Move Personalities array from MachineModuleInfo to DwarfCFIException.
authorJames Y Knight <jyknight@google.com>
Mon, 16 Jan 2023 23:15:01 +0000 (18:15 -0500)
committerJames Y Knight <jyknight@google.com>
Mon, 16 Jan 2023 23:15:01 +0000 (18:15 -0500)
commit52f6ed099cba5c67bbcc8f993a6ed29d124ccce5
tree1cabf254152363d6b918862b0e7c952ce89a5351
parenta1551fdd4888790c65a108e47a7713d8f6837483
Move Personalities array from MachineModuleInfo to DwarfCFIException.

It was only ever used there, already. The previous location seems
left-over from when the personality function was specified on a
per-landingpad basis, instead of per-function.
llvm/include/llvm/CodeGen/MachineModuleInfo.h
llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfException.h
llvm/lib/CodeGen/MachineFunction.cpp
llvm/lib/CodeGen/MachineModuleInfo.cpp