Issue 61473
Summary LLVMExports.cmake references flangPrintFunctionNames
Labels cmake, packaging, flang
Assignees
Reporter svenvh
    The SPIRV-LLVM-Translator [out-of-tree CI builds](https://github.com/KhronosGroup/SPIRV-LLVM-Translator/actions?query=workflow%3A%22Out-of-tree+build+%26+tests%22+event%3Aschedule) (which rely on Ubuntu nightly packages from apt.llvm.org) recently started failing with:

```
CMake Error at /usr/lib/llvm-17/lib/cmake/llvm/LLVMExports.cmake:1809 (message):
  The imported target "flangPrintFunctionNames" references the file

 "/usr/lib/llvm-17/lib/flangPrintFunctionNames.so"

  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-17/lib/cmake/llvm/LLVMExports.cmake"

  but not all the files it references.

Call Stack (most recent call first):
 /usr/lib/llvm-17/cmake/LLVMConfig.cmake:359 (include)
  CMakeLists.txt:82 (find_package)
```

The last known good build used c491c9170239 and the first broken build used 831e99fee90e.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to