https://bugs.llvm.org/show_bug.cgi?id=48485

            Bug ID: 48485
           Summary: LLVM11: LLD Source code on llvm.org points to a very
                    outdated package (pre llvm11-rc1)
           Product: lld
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedb...@nondot.org
          Reporter: laurentiu.ter...@windriver.com
                CC: llvm-bugs@lists.llvm.org, smithp...@googlemail.com

If we go to https://releases.llvm.org/download.html#11.0.0 and download
https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/lld-11.0.0.src.tar.xz
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
(https://github.com/llvm/llvm-project/commit/af16a45683cccc78925e71ac5d58d6cab8447840#diff-1a6e8fdd6339ca831ba81ed9fb4f94c42419f91d67c9e16322b71a3e011b42d2)
- 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
(https://github.com/llvm/llvm-project/commit/4e80c768c28fa919aa3d4fd662af8ea99feda4d6)
- 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
(https://github.com/llvm/llvm-project/tree/llvmorg-11.0.0-rc1)



I have not checked for the other packages on the llvm.org Downloads page, but
at least LLD seems to be outdated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to