[all-commits] [llvm/llvm-project] 75c035: [Libomptarget] Add move to expected conversion

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jan 6 07:10:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75c03596b86dc6950aae7d303f922be0ee6187f6
      https://github.com/llvm/llvm-project/commit/75c03596b86dc6950aae7d303f922be0ee6187f6
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

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

  Log Message:
  -----------
  [Libomptarget] Add move to expected conversion

Summary:
These implicit conversions from move-only types to expected seem to only
work with newer compilers. This should hopefully fix it.


  Commit: 2d588461bc662b3c82ba7626444917a24e9ce7b4
      https://github.com/llvm/llvm-project/commit/2d588461bc662b3c82ba7626444917a24e9ce7b4
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

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

  Log Message:
  -----------
  [Libomptarget] Add more moves to expected conversion

Summary:
Fixes other instances of the same problem in the previous patch.


Compare: https://github.com/llvm/llvm-project/compare/2b31c5e7686b...2d588461bc66


More information about the All-commits mailing list