[PATCH] D53773: [ExecutionEngine] Track objects using an abstract ObjectKey in JITEventListeners.
Andy Kaylor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 2 15:46:20 PDT 2018
andrew.w.kaylor added inline comments.
================
Comment at: include/llvm/ExecutionEngine/JITEventListener.h:52
+ /// and addresses assigned to all symbols. Note: Section memory will not have
+ /// been relocated yet. NotifyFunctionEmitted will not be called for
/// individual functions in the object.
----------------
The comment is still using the old name here.
Repository:
rL LLVM
https://reviews.llvm.org/D53773
More information about the llvm-commits
mailing list