[all-commits] [llvm/llvm-project] 43f5f6: [ORC][JITLink] Move JITDylib name into JITLinkDyli...
lhames via All-commits
all-commits at lists.llvm.org
Fri Nov 19 20:55:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43f5f6916f0e2b0095a943eb19d06dfb8e13c727
https://github.com/llvm/llvm-project/commit/43f5f6916f0e2b0095a943eb19d06dfb8e13c727
Author: Lang Hames <lhames at gmail.com>
Date: 2021-11-19 (Fri, 19 Nov 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/ExecutionEngine/Orc/Core.cpp
Log Message:
-----------
[ORC][JITLink] Move JITDylib name into JITLinkDylib base class.
This will enable better error messages and debug logs in JITLink.
More information about the All-commits
mailing list