[llvm] Unify x64 and arm64 build process in build_llvm_release.bat (PR #131687)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 06:02:38 PDT 2025


================
@@ -211,6 +207,8 @@ REM CMake expects the paths that specifies the compiler and linker to be
 REM with forward slash.
 set all_cmake_flags=^
   %cmake_flags% ^
+  -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;lldb;" ^
+  %common_lldb_flags% ^
----------------
zmodem wrote:

I think common_lldb_flags has not been set at this point?

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


More information about the llvm-commits mailing list