[PATCH] D61446: Generalize the pass registration mechanism used by Polly to any third-party tool

Sven van Haastregt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 01:49:18 PST 2020


svenvh added a comment.

This change seems to be causing a problem with the nightly packages from apt.llvm.org.

  CMake Error at /usr/lib/llvm-10/lib/cmake/llvm/LLVMExports.cmake:1357 (message):
  
    The imported target "Bye" references the file
  
       "/usr/lib/llvm-10/lib/libBye.a"
  
    but this file does not exist.  Possible reasons include:
  
    * The file was deleted, renamed, or moved to another location.
  
    * An install or uninstall procedure did not complete successfully.
  
    * The installation package was faulty and contained
  
       "/usr/lib/llvm-10/lib/cmake/llvm/LLVMExports.cmake"
  
    but not all the files it references.
  
  Call Stack (most recent call first):
  
    /usr/lib/llvm-10/cmake/LLVMConfig.cmake:260 (include)
  
    CMakeLists.txt:34 (find_package)
  
  -- Configuring incomplete, errors occurred!

For reference: we saw a similar issue with D69416 <https://reviews.llvm.org/D69416>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61446





More information about the llvm-commits mailing list