[PATCH] D73651: [OpenCL][CUDA][HIP][SYCL] Add norecurse
Ronan Keryell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 31 19:08:54 PST 2020
keryell requested changes to this revision.
keryell added inline comments.
This revision now requires changes to proceed.
================
Comment at: clang/lib/CodeGen/CodeGenFunction.cpp:918
+ //
+ // SYCL v2.2 s2.10:
+ // kernels cannot include RTTI information, exception classes,
----------------
Can you change the SYCL version to "SYCL 1.2.1 s3.10"?
SYCL 2.2 is non normative: it was just a provisional version which is now deprecated and the SYCL committee is working on a newer version.
Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73651/new/
https://reviews.llvm.org/D73651
More information about the cfe-commits
mailing list