[all-commits] [llvm/llvm-project] c32c1d: [Runtimes] Default build must use its own output d...

Michael Kruse via All-commits all-commits at lists.llvm.org
Wed Nov 19 04:51:36 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c32c1d0d21cedb8017914eb6951bea4cf1fb10f9
      https://github.com/llvm/llvm-project/commit/c32c1d0d21cedb8017914eb6951bea4cf1fb10f9
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2025-11-19 (Wed, 19 Nov 2025)

  Changed paths:
    M compiler-rt/cmake/base-config-ix.cmake
    M compiler-rt/lib/sanitizer_common/symbolizer/CMakeLists.txt
    M offload/CMakeLists.txt
    M offload/cmake/OpenMPTesting.cmake
    M offload/test/lit.site.cfg.in
    M openmp/CMakeLists.txt
    M openmp/cmake/OpenMPTesting.cmake
    M runtimes/CMakeLists.txt

  Log Message:
  -----------
  [Runtimes] Default build must use its own output dirs (#168266)

Post-commit fix of #164794 reported at
https://github.com/llvm/llvm-project/pull/164794#issuecomment-3536253493

`LLVM_LIBRARY_OUTPUT_INTDIR` and `LLVM_RUNTIME_OUTPUT_INTDIR` is used by
`AddLLVM.cmake` as output directories. Unless we are in a
bootstrapping-build, It must not point to directories found by
`find_package(LLVM)` which may be read-only directories. MLIR for
instance sets thesese variables to its own build output
directory, so should the runtimes.



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