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

Omair Javaid via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 28 04:57:37 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% ^
----------------
omjavaid wrote:

Oh yes sorry I overlooked the 32bit build's usage of lldb flags. Fixed now.

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


More information about the llvm-commits mailing list