<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 - LLVM11: LLD Source code on llvm.org points to a very outdated package (pre llvm11-rc1)"
   href="https://bugs.llvm.org/show_bug.cgi?id=48485">48485</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLVM11: LLD Source code on llvm.org points to a very outdated package (pre llvm11-rc1)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lld
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>Laurentiu.Tertan@windriver.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, smithp352@googlemail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>If we go to <a href="https://releases.llvm.org/download.html#11.0.0">https://releases.llvm.org/download.html#11.0.0</a> and download
<a href="https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/lld-11.0.0.src.tar.xz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/lld-11.0.0.src.tar.xz</a>
it will bring some sources from **BEFORE** llvm11-rc1!

Take a look at ELF/InputFiles.cpp

In the downloaded tarball, we see contents from the July 13 commit
(<a href="https://github.com/llvm/llvm-project/commit/af16a45683cccc78925e71ac5d58d6cab8447840#diff-1a6e8fdd6339ca831ba81ed9fb4f94c42419f91d67c9e16322b71a3e011b42d2">https://github.com/llvm/llvm-project/commit/af16a45683cccc78925e71ac5d58d6cab8447840#diff-1a6e8fdd6339ca831ba81ed9fb4f94c42419f91d67c9e16322b71a3e011b42d2</a>)
- the "We have a second loop. It is used to" comment.

In the downloaded tarball, we **DON'T** see conents from the July 23 commit
(<a href="https://github.com/llvm/llvm-project/commit/4e80c768c28fa919aa3d4fd662af8ea99feda4d6">https://github.com/llvm/llvm-project/commit/4e80c768c28fa919aa3d4fd662af8ea99feda4d6</a>)
- the "// Relocation sections processed by the linker are usually removed"
comment is still there, even though it was replaced on July 23.

The last commit on llvm11-rc1 appears to be around July 28
(<a href="https://github.com/llvm/llvm-project/tree/llvmorg-11.0.0-rc1">https://github.com/llvm/llvm-project/tree/llvmorg-11.0.0-rc1</a>)



I have not checked for the other packages on the llvm.org Downloads page, but
at least LLD seems to be outdated.</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>