[all-commits] [llvm/llvm-project] 74f2a7: [JITLink] Rename TableManager::appendEntry, add co...
lhames via All-commits
all-commits at lists.llvm.org
Mon Jul 10 10:13:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74f2a76904d7059d4b74d508f962c3efa7775b28
https://github.com/llvm/llvm-project/commit/74f2a76904d7059d4b74d508f962c3efa7775b28
Author: Lang Hames <lhames at gmail.com>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/TableManager.h
M llvm/lib/ExecutionEngine/JITLink/ELF_ppc64.cpp
Log Message:
-----------
[JITLink] Rename TableManager::appendEntry, add comment.
Renames TableManager's appendEntry method to registerPreExistingEntry and adds
a comment to explain its purpose. (TableManager subclasses are required to
implement a createEntry method which also appends entries to the map: this
rename aims to avoid any confusion between these methods)
More information about the All-commits
mailing list