[PATCH] D100620: [OpenMP] Make sure classes work on the device as they do on the host
Jon Chesterfield via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 3 10:36:20 PDT 2021
JonChesterfield added a comment.
In D100620#2733708 <https://reviews.llvm.org/D100620#2733708>, @jdoerfert wrote:
> For that I need to replicate the potentially conflicting `<new>` stuff in the test header mockups. I'll try it later on one system though.
Yep, may not be able to check in something that pulls <new> out of the host system.
It seems inconvenient that clang doesn't automatically inject the new/delete forms that are intended to be available without including new.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100620/new/
https://reviews.llvm.org/D100620
More information about the cfe-commits
mailing list