[Openmp-commits] [PATCH] D142514: [OpenMP][libomptarget] Notify the plugins regarding new mapping/unmappings
David Spickett via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 20 09:30:22 PDT 2023
DavidSpickett added a comment.
Herald added subscribers: jplehr, sunshaoce.
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.
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