[ORC] Add a JITDylib::addToLinkOrder convenience method.
authorLang Hames <lhames@gmail.com>
Thu, 6 Apr 2023 19:10:33 +0000 (19:10 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 7 Apr 2023 02:46:12 +0000 (02:46 +0000)
commit46e409cb1cd99b6b1a677922c2aa256802533cf3
tree4cf09c65c1e7054cd95486cb171777496cb76678
parent0dc9087ac752659d29fdea6b9fabdd1b7987c996
[ORC] Add a JITDylib::addToLinkOrder convenience method.

This appends the given JITDylibSearchOrder to the JITDylib's existing one.
llvm/include/llvm/ExecutionEngine/Orc/Core.h
llvm/lib/ExecutionEngine/Orc/Core.cpp
llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp