[PATCH] D16501: [CUDA] Don't generate aliases for static extern "C" functions.

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 25 11:59:50 PST 2016


tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

OK. If someone attempts to rely on this feature in CUDA it will be obviously broken due to the missing C-style mangled name. We can deal with it then.


http://reviews.llvm.org/D16501





More information about the cfe-commits mailing list