================
@@ -1661,6 +1661,11 @@ void 
CodeGenModule::setGlobalVisibility(llvm::GlobalValue *GV,
     return;
   }
 
+  if (Context.getLangOpts().HLSL && !D->isInExportDeclContext()) {
+    GV->setVisibility(llvm::GlobalValue::HiddenVisibility);
----------------
Keenuts wrote:

GV at line 379 should also be updated, as well as the one for HLSLBufferDecl no?

https://github.com/llvm/llvm-project/pull/140292
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to