[llvm] [NFC]Make file-local cl::opt global variables static (PR #126486)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 01:46:23 PST 2025
================
@@ -28,10 +28,10 @@ using namespace llvm;
//===----------------------------------------------------------------------===//
namespace {
- cl::opt<std::string>
- InputIR("input-IR",
- cl::desc("Specify the name of an IR file to load for function definitions"),
- cl::value_desc("input IR file name"));
+cl::opt<std::string> InputIR(
----------------
s-barannikov wrote:
Unnecessary formatting change?
https://github.com/llvm/llvm-project/pull/126486
More information about the llvm-commits
mailing list