[all-commits] [llvm/llvm-project] bcb3d2: build_llvm_release.bat fixes (#166385)

Hans Wennborg via All-commits all-commits at lists.llvm.org
Tue Nov 4 07:41:52 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bcb3d2f5122276ed9969fe2b2ef4428652800377
      https://github.com/llvm/llvm-project/commit/bcb3d2f5122276ed9969fe2b2ef4428652800377
  Author: Hans Wennborg <hans at hanshq.net>
  Date:   2025-11-04 (Tue, 04 Nov 2025)

  Changed paths:
    M llvm/utils/release/build_llvm_release.bat

  Log Message:
  -----------
  build_llvm_release.bat fixes (#166385)

Some followups after #131687 switched to the "runtimes build".

- The `check-sanitizer` build target doesn't exist in the runtimes build; use `check-runtimes` instead.
- ASan is not supported on 32-bit windows. Pass `-DCOMPILER_RT_BUILD_SANITIZERS=OFF`
- `check-runtimes` includes the orcjit tests, which never passed on windows; build with `-DCOMPILER_RT_BUILD_ORC=OFF`
- Various asan and libfuzzer tests fail; suppress them with `LIT_FILTER_OUT`



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list