[PATCH] D99451: Use write_basic_package_version_file for LLVM

Alex Reinking via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 28 23:53:01 PDT 2021


alexreinking added a comment.

In D99451#2654963 <https://reviews.llvm.org/D99451#2654963>, @phosek wrote:

> 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?

I am not able to reproduce this with the following command.

  cmake -G Ninja -S runtimes -B runtimes/build -DLLVM_BINARY_DIR=/path/to/llvm/build

What command are you running?


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