[PATCH] D99451: Use write_basic_package_version_file for LLVM

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 28 22:42:11 PDT 2021


phosek added a comment.

This broke the runtimes build with the following error:

  CMake Warning at CMakeLists.txt:28 (find_package):
    Could not find a configuration file for package "LLVM" that is compatible
    with requested version "".
  
    The following configuration files were considered but not accepted:
  
      /b/s/w/ir/x/w/staging/llvm_build/lib/cmake/llvm/LLVMConfig.cmake, version: 13.0.0git (64bit)

Would it be possible to revert this change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99451



More information about the llvm-commits mailing list