[PATCH] D95560: [CUDA][HIP] Fix function scope static variable

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 1 17:34:30 PST 2021


yaxunl updated this revision to Diff 320644.
yaxunl marked 6 inline comments as done.
yaxunl added a comment.

Revised by Artem's comments


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95560/new/

https://reviews.llvm.org/D95560

Files:
  clang/lib/AST/ASTContext.cpp
  clang/lib/CodeGen/CGDecl.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/Sema/SemaDecl.cpp
  clang/test/AST/ast-dump-func-scope-static-var.cu
  clang/test/CodeGenCUDA/func-scope-static-var.cu
  clang/test/CodeGenCUDA/static-device-var-no-rdc.cu
  clang/test/SemaCUDA/func-scope-static-var.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95560.320644.patch
Type: text/x-patch
Size: 22708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210202/165e274c/attachment-0001.bin>


More information about the cfe-commits mailing list