[llvm-bugs] [Bug 40443] New: compiler-rt: The dependency target "FileCheck" of target "check-compiler-rt" does not exist. (and more)
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jan 24 08:15:19 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40443
Bug ID: 40443
Summary: compiler-rt: The dependency target "FileCheck" of
target "check-compiler-rt" does not exist. (and more)
Product: Build scripts
Version: 8.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: mgorny at gentoo.org
CC: llvm-bugs at lists.llvm.org, stefan.graenitz at gmail.com
Blocks: 40331
-- Configuring done
CMake Error at /usr/lib64/llvm/8/lib64/cmake/llvm/AddLLVM.cmake:1365
(add_dependencies):
The dependency target "FileCheck" of target "check-compiler-rt" does not
exist.
Call Stack (most recent call first):
test/CMakeLists.txt:90 (add_lit_target)
(and more like this)
This is caused by r350973. Apparently it's supposed to somehow use exports
from LLVM but it simply doesn't work for me even though I've built and
installed LLVM with -DLLVM_INSTALL_UTILS=ON and the export is apparently
present in CMake files.
Given that this is a major design change done last-minute, I would suggest
reverting all the related changes from 8.0 branch, pending a proper fix in
trunk.
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=40331
[Bug 40331] [meta] 8.0.0 Release Blockers
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190124/bf1dfdbb/attachment.html>
More information about the llvm-bugs
mailing list