[all-commits] [llvm/llvm-project] ed57ab: [cmake] Move FindLibcCommonUtils to shared cmake, ...

Michał Górny via All-commits all-commits at lists.llvm.org
Mon Mar 17 06:00:30 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed57ab0c2b8f359e7937f2c565239bd7cf124a9f
      https://github.com/llvm/llvm-project/commit/ed57ab0c2b8f359e7937f2c565239bd7cf124a9f
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2025-03-17 (Mon, 17 Mar 2025)

  Changed paths:
    A cmake/Modules/FindLibcCommonUtils.cmake
    R llvm/cmake/modules/FindLibcCommonUtils.cmake

  Log Message:
  -----------
  [cmake] Move FindLibcCommonUtils to shared cmake, to fix standalone builds (#131586)

Move `FindLibcCommonUtils` from LLVM's CMake module directory to the
shared top-level CMake directory, as the module is intended to be used
from within the source tree rather than the installed LLVM version. This
fixes standalone offload builds after #131205.



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