[all-commits] [llvm/llvm-project] 605df8: [ORC][JITLink] Switch to unique ownership for EHFr...
lhames via All-commits
all-commits at lists.llvm.org
Wed Aug 26 17:00:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 605df8112cca3c68f044e4f761a1744c39f52c9d
https://github.com/llvm/llvm-project/commit/605df8112cca3c68f044e4f761a1744c39f52c9d
Author: Lang Hames <lhames at gmail.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h
M llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
M llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[ORC][JITLink] Switch to unique ownership for EHFrameRegistrars.
This will make stateful registrars (e.g. a future TargetProcessControl based
registrar) easier to deal with.
More information about the All-commits
mailing list