[PATCH] D100396: [SYCL] Enable `opencl_global_[host,device]` attributes for SYCL

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 30 06:40:22 PDT 2021


aaron.ballman added inline comments.


================
Comment at: clang/lib/AST/ItaniumMangle.cpp:2495
         break;
       //  <SYCL-addrspace> ::= "SY" [ "global" | "local" | "private" ]
       case LangAS::sycl_global:
----------------
Can you also update this comment?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100396



More information about the cfe-commits mailing list