<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - keyword signature for target_link_libraries conflict"
   href="https://bugs.llvm.org/show_bug.cgi?id=48303">48303</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>keyword signature for target_link_libraries conflict
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>release blocker
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vtolkm@googlemail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=24213" name="attach_24213" title="log files">attachment 24213</a> <a href="attachment.cgi?id=24213&action=edit" title="log files">[details]</a></span>
log files

build node:

* X86 PC
* Linux 5.9.11
* userland package distro: Debian
* toolchain: lvm-11 (from distro -
<a href="https://packages.debian.org/source/bullseye/llvm-toolchain-11">https://packages.debian.org/source/bullseye/llvm-toolchain-11</a>)
* 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)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>