[all-commits] [llvm/llvm-project] 97e48a: [mlir-cuda-runner] Unbreak the build
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Oct 13 13:40:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 97e48aadbd79184d1b3207c4f846c83e155be8dd
https://github.com/llvm/llvm-project/commit/97e48aadbd79184d1b3207c4f846c83e155be8dd
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-10-13 (Tue, 13 Oct 2020)
Changed paths:
M mlir/tools/mlir-cuda-runner/CMakeLists.txt
Log Message:
-----------
[mlir-cuda-runner] Unbreak the build
CMake Error at llvm/cmake/modules/AddLLVM.cmake:870 (add_dependencies):
The dependency target "Core" of target "mlir-cuda-runner" does not exist.
Call Stack (most recent call first):
llvm/cmake/modules/AddLLVM.cmake:1169 (add_llvm_executable)
mlir/tools/mlir-cuda-runner/CMakeLists.txt:69 (add_llvm_tool)
CMake Error at llvm/cmake/modules/AddLLVM.cmake:870 (add_dependencies):
The dependency target "LINK_COMPONENTS" of target "mlir-cuda-runner" does
not exist.
Call Stack (most recent call first):
llvm/cmake/modules/AddLLVM.cmake:1169 (add_llvm_executable)
mlir/tools/mlir-cuda-runner/CMakeLists.txt:69 (add_llvm_tool)
CMake Error at llvm/cmake/modules/AddLLVM.cmake:870 (add_dependencies):
The dependency target "Support" of target "mlir-cuda-runner" does not
exist.
Call Stack (most recent call first):
llvm/cmake/modules/AddLLVM.cmake:1169 (add_llvm_executable)
mlir/tools/mlir-cuda-runner/CMakeLists.txt:69 (add_llvm_tool)
More information about the All-commits
mailing list