[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
Mon Mar 24 07:38:00 PDT 2025


================
@@ -192,8 +196,6 @@ set "stage0_bin_dir=%build_dir%/build32_stage0/bin"
 set cmake_flags=^
   %common_cmake_flags% ^
   -DLLVM_ENABLE_RPMALLOC=OFF ^
-  -DLLDB_TEST_COMPILER=%stage0_bin_dir%/clang.exe ^
----------------
zmodem wrote:

Not needed? I supposed we've never been able to run the tests successfully anyway..

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


More information about the llvm-commits mailing list