[all-commits] [llvm/llvm-project] 333ae0: [ORC] Use ExecutorAddr instead of JITTargetAddress...
lhames via All-commits
all-commits at lists.llvm.org
Sun Mar 19 17:34:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 333ae0a6c4d2209e3b8c6c672986a52644bd5baf
https://github.com/llvm/llvm-project/commit/333ae0a6c4d2209e3b8c6c672986a52644bd5baf
Author: Lang Hames <lhames at gmail.com>
Date: 2023-03-19 (Sun, 19 Mar 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/ExecutionEngine/Orc/Core.cpp
Log Message:
-----------
[ORC] Use ExecutorAddr instead of JITTargetAddress in JITDylib symbol table.
Update JITDylib's symbol table entry struct to use the newer ExecutorAddr type.
More information about the All-commits
mailing list