[PATCH] D56033: [CUDA] Treat extern global variable shadows same as regular extern vars.
Justin Lebar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 21 16:05:30 PST 2018
jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/test/CodeGenCUDA/device-stub.cu:51
+// external device-side variables with definitiions should generate
+// definitions for the shadows.
----------------
definiitions
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56033/new/
https://reviews.llvm.org/D56033
More information about the cfe-commits
mailing list