[PATCH] D143968: [NFC][IR] Make Module::getIFuncList() private.
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 17:23:03 PST 2023
vporpo created this revision.
vporpo added a reviewer: aeubanks.
Herald added a subscriber: hiraditya.
Herald added a project: All.
vporpo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds several missing IFuncList modifier functions, like
removeIFunc(), eraseIFunc() and insertIFunc().
There is no longer need to access the list directly so it also makes
getIFuncList() private.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143968
Files:
llvm/include/llvm/IR/Module.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/IR/Globals.cpp
llvm/unittests/IR/ModuleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143968.497159.patch
Type: text/x-patch
Size: 4638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230214/37ce08e2/attachment.bin>
More information about the llvm-commits
mailing list