sebastian-ne added a comment.

In D101070#3675462 <https://reviews.llvm.org/D101070#3675462>, @sebastian-ne 
wrote:

> Hi, not sure if you saw D130256 <https://reviews.llvm.org/D130256>, but I 
> needed to extend CMAKE_MODULE_PATH, otherwise the ExtendPath module was not 
> found when running LLVMInstallSymlink.cmake.

Just checked, if I run `ninja install` with this patch, it fails with

  CMake Error at /llvm-project/llvm/cmake/modules/LLVMInstallSymlink.cmake:5 
(include):
    include could not find requested file:
  
      ExtendPath
  Call Stack (most recent call first):
    tools/llvm-ar/cmake_install.cmake:56 (include)
    tools/cmake_install.cmake:49 (include)
    cmake_install.cmake:78 (include)
  
  
  FAILED: CMakeFiles/install.util


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101070/new/

https://reviews.llvm.org/D101070

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to