[all-commits] [llvm/llvm-project] 425b90: [ORC] Rename SPSTargetAddress to SPSExecutorAddress.
lhames via All-commits
all-commits at lists.llvm.org
Thu Jul 1 19:42:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 425b908301e48ee6f372150bbc17f04cf199beb7
https://github.com/llvm/llvm-project/commit/425b908301e48ee6f372150bbc17f04cf199beb7
Author: Lang Hames <lhames at gmail.com>
Date: 2021-07-02 (Fri, 02 Jul 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h
M llvm/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h
M llvm/lib/ExecutionEngine/Orc/EPCEHFrameRegistrar.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp
Log Message:
-----------
[ORC] Rename SPSTargetAddress to SPSExecutorAddress.
Also removes SPSTagTargetAddress, which was accidentally introduced at some
point (and never used).
More information about the All-commits
mailing list