[PATCH] D53153: [OpenCL] Mark kernel functions with default visibility

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 5 20:43:26 PST 2018


rjmccall added a comment.

Okay, that's interesting.  And that dynamic linking step includes fairly unrestricted linking of OpenCL code to other OpenCL code, rather than just e.g. loading a single block of OpenCL code that exports a small, fixed interface?  If so, then I accept that you need symbol visibility.


https://reviews.llvm.org/D53153





More information about the cfe-commits mailing list