https://github.com/jhuber6 commented:
SPIR-V may not have the concept of visibility, but LLVM-IR does. If you don't emit hidden visibility you're probably going to kill any hopes of internalizing functions through LLVM's LTO pass. https://github.com/llvm/llvm-project/pull/184821 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
