[PATCH] D81641: [SYCL] Implement thread-local storage restriction
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 11 14:20:14 PDT 2020
jdoerfert added a comment.
OpenMP has the same restriction (no surprise I guess). Thanks for the ping!
I think we do not emit diagnosis right now: https://godbolt.org/z/srDkXZ
I think we also should diagnose this the same way, though it might be beyond the scope of this patch: https://godbolt.org/z/rRZFi4
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81641/new/
https://reviews.llvm.org/D81641
More information about the cfe-commits
mailing list