MrSidims wrote: > 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.
IMHO it's better to not internalize a function during LTO than to have a non-compilable hello-world application. https://github.com/llvm/llvm-project/pull/184821 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
