[llvm-bugs] [Bug 48485] New: LLVM11: LLD Source code on llvm.org points to a very outdated package (pre llvm11-rc1)
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Dec 11 08:40:06 PST 2020
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: unassignedbugs at nondot.org
Reporter: Laurentiu.Tertan at windriver.com
CC: llvm-bugs at lists.llvm.org, smithp352 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201211/3513b00a/attachment.html>
More information about the llvm-bugs
mailing list