================
@@ -152,7 +152,7 @@ bool MangleContext::shouldMangleDeclName(const NamedDecl 
*D) {
   return shouldMangleCXXName(D);
 }
 
-static llvm::StringRef g_lldb_func_call_label_prefix = "$__lldb_func:";
----------------
steffenlarsen wrote:

AFAIK, `static` would not add anything when this variable is made `constexpr`. 
Do correct me if I'm wrong. 😄 

https://github.com/llvm/llvm-project/pull/183287
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to