]> git.pld-linux.org Git - packages/llvm.git/commitdiff
add todo note about cmake dependencies
authorJan Palus <atler@pld-linux.org>
Thu, 2 Jun 2022 15:16:43 +0000 (17:16 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 2 Jun 2022 15:16:43 +0000 (17:16 +0200)
llvm.spec

index 5fef7d892bb6243c69954837f27129e67aaf998c..a1f1627dc86a5b11153c823e751fb50fb2356c40 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
 # - system isl in polly?
 # - dependencies and files for lua module
 # - figure out whether we need obj.MLIRCAPIIR files
 # - system isl in polly?
 # - dependencies and files for lua module
 # - figure out whether we need obj.MLIRCAPIIR files
+# - cmake dependencies mess (LLVMExports.cmake appears to require all -devels):
+#   with llvm-devel and spirv-tools-devel installed but without llvm-mlir (or other packages):
+#   $ cat CMakeLists.txt
+#   find_package(LLVM)
+#   find_package(SPIRV-Tools)
+#   $ cmake -B build
+#   ...
+#   The imported target "mlir-tblgen" references the file
+#
+#      "/usr/bin/mlir-tblgen"
+#
+#   but this file does not exist.  Possible reasons include:
+#   ...
 #
 # Conditional build:
 %bcond_without lldb                    # LLDB debugger
 #
 # Conditional build:
 %bcond_without lldb                    # LLDB debugger
This page took 0.286648 seconds and 4 git commands to generate.