diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2021-04-16 00:35:29 -0500 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2021-05-06 02:10:30 -0500 |
commit | 5d8d994dfbe38fe86b1d883daa9fd8e47cdc1376 (patch) | |
tree | 5c5c24a62e7fdb3743f47bb940e6505ef59a2c29 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 875eb523c13249114507cb8facd797773e278d9e (diff) | |
download | llvm-5d8d994dfbe38fe86b1d883daa9fd8e47cdc1376.zip llvm-5d8d994dfbe38fe86b1d883daa9fd8e47cdc1376.tar.gz llvm-5d8d994dfbe38fe86b1d883daa9fd8e47cdc1376.tar.bz2 |
[OpenMP] Make sure classes work on the device as they do on the host
We do provide `operator delete(void*)` in `<new>` but it should be
available by default. This is mostly boilerplate to test it and the
unconditional include of `<new>` in the header we always in include
on the device.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D100620
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions