search for: lld_reproduce

Displaying 11 results from an estimated 11 matches for "lld_reproduce".

2016 Jul 13
3
Handy file storage for LLD/ELF --reproduce
...a to document somewhere that http://reviews.llvm.org/file/ can be used for storage of --reproduce cpio archives if they are too large for bugzilla. Rui, where do you think it is best to document this? Maybe we can also have a "how to report a bug" page explaining how to use --reproduce / LLD_REPRODUCE when reporting bugs. -- Sean Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160713/c91e19f3/attachment.html>
2016 Jul 13
2
Handy file storage for LLD/ELF --reproduce
...llvm.org/file/ can be used for storage of --reproduce >> cpio archives if they are too large for bugzilla. >> >> Rui, where do you think it is best to document this? Maybe we can also >> have a "how to report a bug" page explaining how to use --reproduce / >> LLD_REPRODUCE when reporting bugs. >> >> -- Sean Silva >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> -------------- next par...
2016 Jul 13
2
Handy file storage for LLD/ELF --reproduce
...llvm.org/file/ can be used for storage of --reproduce >> cpio archives if they are too large for bugzilla. >> >> Rui, where do you think it is best to document this? Maybe we can also >> have a "how to report a bug" page explaining how to use --reproduce / >> LLD_REPRODUCE when reporting bugs. >> >> -- Sean Silva >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> > __________________...
2020 Nov 16
2
lld error: output file too large <some large number>
...;addr - first->addr : > os->addr); > > There are other things in the build that I need to fix so I can't tell if the result is correct yet though. Do you think this is correct? It is wrong. Can you upload a reproduce file somewhere? (LLD_REPRODUCE=/tmp/rep.tar ld.lld .... or ld.lld --reproduce=/tmp/rep.tar) > Thanks > A > > On 11/15/20, 11:19 PM, "Fāng-ruì Sòng" <maskray at google.com> wrote: > > NetApp Security WARNING: This is an external email. Do not click links or open...
2016 Jul 15
2
Handy file storage for LLD/ELF --reproduce
...e used for storage of --reproduce >>> cpio archives if they are too large for bugzilla. >>> >>> Rui, where do you think it is best to document this? Maybe we can also >>> have a "how to report a bug" page explaining how to use --reproduce / >>> LLD_REPRODUCE when reporting bugs. >>> >>> -- Sean Silva >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> llvm-dev at lists.llvm.org >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>>...
2020 Nov 16
2
lld error: output file too large <some large number>
My target requires that text section be at 0x0 so "-Ttext 0x0" is passed to the linker. When I link with gold, it goes through; but lld fails. Instead of always returning the same calculation, when I change the calculation to the following, it links: return first->offset + (os->addr > first->addr ? os->addr - first->addr :
2020 Nov 16
1
lld error: output file too large <some large number>
...os->addr); > > > > There are other things in the build that I need to fix so I can't tell if the result is correct yet though. Do you think this is correct? > > It is wrong. Can you upload a reproduce file somewhere? > (LLD_REPRODUCE=/tmp/rep.tar ld.lld .... or ld.lld > --reproduce=/tmp/rep.tar) > > > Thanks > > A > > > > On 11/15/20, 11:19 PM, "Fāng-ruì Sòng" <maskray at google.com> wrote: > > > > NetApp Secu...
2020 Nov 16
0
lld error: output file too large <some large number>
...os->addr - first->addr : > os->addr); > > There are other things in the build that I need to fix so I can't tell if the result is correct yet though. Do you think this is correct? It is wrong. Can you upload a reproduce file somewhere? (LLD_REPRODUCE=/tmp/rep.tar ld.lld .... or ld.lld --reproduce=/tmp/rep.tar) > Thanks > A > > On 11/15/20, 11:19 PM, "Fāng-ruì Sòng" <maskray at google.com> wrote: > > NetApp Security WARNING: This is an external email. Do not click links or open attachments unless you rec...
2017 Feb 26
3
Problems using Clang with LLD on embedded ARM
...e been slowly filling in > the long tail of compatibility, it would be great if you filed bugs with > any issues you encounter! If the files are small enough and you can share > them, it can be as simple as just adding `--reproduce /tmp/repro.tar` to > your link command line (or setting LLD_REPRODUCE=/tmp/repro.tar in the > environment) and attach repro.tar to a bug report whenever you encounter an > issue (even if repro.tar is larger, you can try hosting on google drive / > dropbox etc., compressing with xz also often helps). Or if it is a parsing > problem just attaching the probl...
2020 Nov 16
0
lld error: output file too large <some large number>
...dr : > os->addr); > > There are other things in the build that I need to fix so I can't tell if the result is correct yet though. Do you think this is correct? It is wrong. Can you upload a reproduce file somewhere? (LLD_REPRODUCE=/tmp/rep.tar ld.lld .... or ld.lld --reproduce=/tmp/rep.tar) > Thanks > A > > On 11/15/20, 11:19 PM, "Fāng-ruì Sòng" <maskray at google.com> wrote: > > NetApp Security WARNING: This is an external email...
2017 Feb 26
5
Problems using Clang with LLD on embedded ARM
Hi, I stopped into IRC to ask about a problem I've been having using Clang in conjunction with LLD to compile and link for an embedded project on Cortex-M ARM processor. First, I am able to separately compile with a call to clang and link with a call to lld, but I cannot use clang to link using lld using the -fuse-ld=lld flag. I have the output from `clang -v -fuse-ld=lld -target