jhuber6 wrote: > When we compile on the device side we pass `-fvisibility=hidden`, right? Is > the symbol still visible for the lookup in this case?
I think the device attributes override default visibility, they show up as protected in the example code I gave. https://github.com/llvm/llvm-project/pull/177292 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
