[all-commits] [llvm/llvm-project] 2d4e54: [ORC] Return bootstrap map values via reference ar...
lhames via All-commits
all-commits at lists.llvm.org
Tue Apr 4 19:12:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d4e545b7bc638d9325b16dfd667db5163d4d5d4
https://github.com/llvm/llvm-project/commit/2d4e545b7bc638d9325b16dfd667db5163d4d5d4
Author: Lang Hames <lhames at gmail.com>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h
Log Message:
-----------
[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.
More information about the All-commits
mailing list