[all-commits] [llvm/llvm-project] 46e409: [ORC] Add a JITDylib::addToLinkOrder convenience m...
lhames via All-commits
all-commits at lists.llvm.org
Thu Apr 6 19:46:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46e409cb1cd99b6b1a677922c2aa256802533cf3
https://github.com/llvm/llvm-project/commit/46e409cb1cd99b6b1a677922c2aa256802533cf3
Author: Lang Hames <lhames at gmail.com>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
Log Message:
-----------
[ORC] Add a JITDylib::addToLinkOrder convenience method.
This appends the given JITDylibSearchOrder to the JITDylib's existing one.
More information about the All-commits
mailing list