Files
clang-p2996/clang/test/CodeGenCUDA
Jonas Hahnfeld ea08c4cd1c [CUDA] Fix static device variables with -fgpu-rdc
NVPTX does not allow dots in the identifier, so ptxas errors out with
   fatal   : Parsing error near '.static': syntax error
because it parses .static as a directive. Avoid this problem by using
two underscores, similar to what OpenMP does for outlined functions.

Differential Revision: https://reviews.llvm.org/D108456
2021-08-25 09:31:22 +02:00
..
2021-03-01 16:31:40 -05:00
2021-03-01 16:31:40 -05:00
2021-03-01 16:31:40 -05:00
2021-06-08 10:24:44 -04:00