[flang-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [mlir] [polly] Add static to command line option (cl::opt) (PR #126243)

Joseph Huber via flang-commits flang-commits at lists.llvm.org
Fri Feb 7 07:17:13 PST 2025


https://github.com/jhuber6 commented:

This should definitely be split up. Also some options are referenced in multiple places, i.e.
```
// foo.h
extern cl::opt <...>

// foo.cpp
cl::opt <...>
use opt

//bar.cpp
use opt.
```

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


More information about the flang-commits mailing list