[ORC] Return bootstrap map values via reference argument.
authorLang Hames <lhames@gmail.com>
Wed, 5 Apr 2023 01:07:44 +0000 (18:07 -0700)
committerLang Hames <lhames@gmail.com>
Wed, 5 Apr 2023 02:11:48 +0000 (19:11 -0700)
commit2d4e545b7bc638d9325b16dfd667db5163d4d5d4
treed4509678b0e797a5a5fcd378530eddc4d557d8d3
parent215f36f7917d87f81eeeee0de8ec55d11d83a164
[ORC] Return bootstrap map values via reference argument.

This simplifies checking of the result (it's just an Error, rather than an
optional<Expected<T>>), and allows T to be deduced rather than requiring that
it be specified.
llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h