[all-commits] [llvm/llvm-project] 221350: [OpenMP][libomptarget][NFC] Remove error data memb...

Kevin Sala Penadés via All-commits all-commits at lists.llvm.org
Tue Apr 18 09:58:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 221350965a891fc4ce33ea311428448939678112
      https://github.com/llvm/llvm-project/commit/221350965a891fc4ce33ea311428448939678112
  Author: Kevin Sala <kevin.sala at bsc.es>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
    M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h

  Log Message:
  -----------
  [OpenMP][libomptarget][NFC] Remove error data member from AsyncInfoWrapperTy

This patch removes the Err data member from the AsyncInfoWrapperTy class. Now the error
is stored externally, in the caller side, and it is explicitly passed to the
AsyncInfoWrapperTy::finalize() function as a reference.

Differential Revision: https://reviews.llvm.org/D148027




More information about the All-commits mailing list