[PATCH] D143958: [NFC][IR] Make Module::getAliasList() private
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 15:34:53 PST 2023
vporpo created this revision.
vporpo added a reviewer: aeubanks.
Herald added subscribers: ormris, jeroen.dobbelaere, hiraditya.
Herald added a project: All.
vporpo requested review of this revision.
Herald added projects: LLDB, LLVM.
Herald added subscribers: llvm-commits, lldb-commits.
This patch adds several missing AliasList modifier functions, like
removeAlias(), eraseAlias() and insertAlias().
There is no longer need to access the list directly so it also makes
getAliaList() private.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143958
Files:
lldb/source/Expression/IRExecutionUnit.cpp
llvm/include/llvm/IR/Module.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/IR/Globals.cpp
llvm/lib/Transforms/IPO/GlobalOpt.cpp
llvm/unittests/IR/ModuleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143958.497134.patch
Type: text/x-patch
Size: 5220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230213/ea80309c/attachment.bin>
More information about the llvm-commits
mailing list