[cfe-commits] r165726 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

John McCall rjmccall at apple.com
Thu Oct 11 16:19:51 PDT 2012


On Oct 11, 2012, at 4:17 PM, Villmow, Micah wrote:
> How is this handled in clang for OpenCL address spaces like Local/Global/Constant? Maybe we can follow that same convention.

They don't map to any predictable LLVM address space — it's
implementation-specific.

John.



More information about the cfe-commits mailing list