[all-commits] [llvm/llvm-project] 99ce20: [orc-rt] Add support for constructing Expected<Err...

Lang Hames via All-commits all-commits at lists.llvm.org
Thu Oct 2 05:36:24 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99ce20624629921771de2674946bbb2f9707ca5a
      https://github.com/llvm/llvm-project/commit/99ce20624629921771de2674946bbb2f9707ca5a
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-10-02 (Thu, 02 Oct 2025)

  Changed paths:
    M orc-rt/include/orc-rt/Error.h
    M orc-rt/unittests/ErrorTest.cpp

  Log Message:
  -----------
  [orc-rt] Add support for constructing Expected<Error> values. (#161656)

These will be used in upcoming RPC support patches where the outer
Expected value captures any RPC-infrastructure errors, and the inner
Error is returned from the romet call (i.e. the remote handler's return
type is Error).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list