<html>
    <head>
      <base href="http://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 - ld.bfd can also use plugins"
   href="http://bugs.llvm.org/show_bug.cgi?id=32760">32760</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>ld.bfd can also use plugins
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Documentation
          </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>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>General docs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>dilyan.palauzov@aegee.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>At <a href="http://llvm.org/docs/GoldPlugin.html#lto-how-to-build">http://llvm.org/docs/GoldPlugin.html#lto-how-to-build</a> is written:

You need to have gold with plugin support and build the LLVMgold plugin. Check
whether you have gold running /usr/bin/ld -v. It will report “GNU gold” or else
“GNU ld” if not. If you have gold, check for plugin support by running
/usr/bin/ld -plugin. If it complains “missing argument” then you have plugin
support. If not, such as an “unknown option” error then you will either need to
build gold or install a version with plugin support.

This is not correct, as ld.bfd also supports plugins.

So just delete "whether you have gold running /usr/bin/ld -v. It will report
“GNU gold” or else “GNU ld” if not. If you have gold, check ".</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>