[PATCH] D27627: Allow target to specify default address space for codegen

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 9 14:46:50 PST 2016


rjmccall added a comment.

Because, notably, if you do that, then an attempt to pass &x as an int* will fail, which means this isn't really C++ anymore... and yet that appears to be exactly what you want.


https://reviews.llvm.org/D27627





More information about the cfe-commits mailing list