[Openmp-commits] [PATCH] D95155: [libomptarget] WIP build plugin without cuda.h
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 21 15:03:08 PST 2021
jdoerfert added a comment.
Interesting. Should we do this instead of the pure macro stuff? Is this going to break if the argument type doesn't match the declaration parameter type, e.g.,
void f(int);
f(0.0);
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95155/new/
https://reviews.llvm.org/D95155
More information about the Openmp-commits
mailing list