[llvm] [NFC]Make file-local cl::opt global variables static (PR #126486)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 19:49:46 PST 2025


================
@@ -17,16 +17,16 @@
 using namespace llvm;
 namespace llvm::sandboxir {
 
-cl::opt<unsigned> SeedBundleSizeLimit(
+static cl::opt<unsigned> SeedBundleSizeLimit(
----------------
arsenm wrote:

These are under the namespace but it doesn't really matter 

https://github.com/llvm/llvm-project/pull/126486


More information about the llvm-commits mailing list