[flang-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [mlir] [polly] Add static to command line option (cl::opt) (PR #126243)
David Spickett via flang-commits
flang-commits at lists.llvm.org
Fri Feb 7 08:15:31 PST 2025
DavidSpickett wrote:
> As for the cases mentioned, when I tried compile all projects (compile with -DLLVM_ENABLE_PROJECTS=all), I did encounter such cases when compiling and I've fixed them all.
> Now all projects can be successfully built, so I think it should be fine?
Just to explain why this only came up in CI, Flang is not part of `all` (see https://github.com/llvm/llvm-project/issues/112789).
According to:
https://github.com/llvm/llvm-project/blob/d0170424b7250bf5cda0e6253ec62112a6e1c92a/llvm/CMakeLists.txt#L127
Everything other than Flang will be enabled by `all`.
https://github.com/llvm/llvm-project/pull/126243
More information about the flang-commits
mailing list