[all-commits] [llvm/llvm-project] 12ebb8: [LLVM][Runtimes] Fix path attempting to install to...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Jun 8 08:00:59 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12ebb8f10689b6adf0d52b8e8baf3619c6272f7e
      https://github.com/llvm/llvm-project/commit/12ebb8f10689b6adf0d52b8e8baf3619c6272f7e
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M runtimes/CMakeLists.txt

  Log Message:
  -----------
  [LLVM][Runtimes] Fix path attempting to install to wrong location (#202352)

Summary:
When LLVM_BINARY_DIR was not set this should default to a root location
and configuration would fail by trying to write to some random system
location with insufficient perms.

Fixes the failure introduced in
https://github.com/llvm/llvm-project/commit/b4f5ae234c6d



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