[Openmp-commits] [PATCH] D142514: [OpenMP][libomptarget] Notify the plugins regarding new mapping/unmappings

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Mar 20 09:32:25 PDT 2023


jhuber6 added a comment.

In D142514#4206591 <https://reviews.llvm.org/D142514#4206591>, @DavidSpickett wrote:

> This is probably a very late report but I happened to be looking at openmp bots for a different reason, some of the error returns in this change are failing to compile:
> https://lab.llvm.org/buildbot/#/builders/4/builds/32052/steps/5/logs/stdio
>
> Despite the "gcc" name, this bot appears to use clang-11 which is still supported for building llvm.
>
> This is a simplified version: https://godbolt.org/z/x91h9KcGq
>
> I'm not sure how we're expected to use Expected (no pun intended) in this scenario. There is probably a helper function somewhere.

Needs an explicit move https://godbolt.org/z/Kj1s7od7e.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142514/new/

https://reviews.llvm.org/D142514



More information about the Openmp-commits mailing list