[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:32:49 PST 2016


tra added a comment.

Failing silently is not a good idea. At the very least there should produce an error.
The right thing to do here, IMO, would be to generate a stub with alias name that just jumps to or calls aliasee.


http://reviews.llvm.org/D16501





More information about the cfe-commits mailing list