[llvm-bugs] [Bug 48303] New: keyword signature for target_link_libraries conflict
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 25 10:02:22 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48303
Bug ID: 48303
Summary: keyword signature for target_link_libraries conflict
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: vtolkm at googlemail.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
Created attachment 24213
--> https://bugs.llvm.org/attachment.cgi?id=24213&action=edit
log files
build node:
* X86 PC
* Linux 5.9.11
* userland package distro: Debian
* toolchain: lvm-11 (from distro -
https://packages.debian.org/source/bullseye/llvm-toolchain-11)
* CMake: 3.19.1 (self-compiled)
_____
trying to compile llvm-master - commit 6d3b81664a - from source fails with:
CMake Error at /srv/src/llvm/libc/utils/FPUtil/CMakeLists.txt:33
(target_link_libraries):
The keyword signature for target_link_libraries has already been used with
the target "LibcFPTestHelpers". All uses of target_link_libraries with a
target must be either all-keyword or all-plain.
The uses of the keyword signature are here:
* /srv/src/llvm/llvm/cmake/modules/AddLLVM.cmake:642 (target_link_libraries)
--
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/20201125/7cbca30b/attachment.html>
More information about the llvm-bugs
mailing list