Re: [PATCH] D13067: [CUDA] __global__ functions should always be visible externally.

2015-09-23 Thread Artem Belevich via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL248400: [CUDA] __global__ functions should always be visible externally. (authored by tra). Changed prior to commit: http://reviews.llvm.org/D13067?vs=35412&id=35529#toc Repository: rL LLVM http://r

Re: [PATCH] D13067: [CUDA] __global__ functions should always be visible externally.

2015-09-22 Thread Eric Christopher via cfe-commits
echristo accepted this revision. echristo added a comment. This revision is now accepted and ready to land. Seems to be what we were chatting about. Thanks! -eric http://reviews.llvm.org/D13067 ___ cfe-commits mailing list cfe-commits@lists.llvm.o

[PATCH] D13067: [CUDA] __global__ functions should always be visible externally.

2015-09-22 Thread Artem Belevich via cfe-commits
tra created this revision. tra added reviewers: rsmith, echristo. tra added a subscriber: cfe-commits. Adjusted __global__ functions with DiscardableODR linkage to use StrongODR linkage instead so they are visible externally. Replaces D11666 / r248293 http://reviews.llvm.org/D13067 Files: l