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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits