================
@@ -20,7 +20,7 @@ using namespace mlir::lsp;
 
 LogicalResult mlir::MlirLspServerMain(int argc, char **argv,
                                       DialectRegistry &registry) {
-  llvm::cl::opt<JSONStreamStyle> inputStyle{
+  static llvm::cl::opt<JSONStreamStyle> inputStyle{
----------------
jurahul wrote:

These are function local variables and need not be changed to static.

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

Reply via email to