Displaying 6 results from an estimated 6 matches for "linkrepro".
2017 May 11
2
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
Would it be possible to share a repro.tar file created with /linkrepro so
that we can reproduce the problem?
Peter
On Thu, May 11, 2017 at 3:00 AM, Martell Malone <martellmalone at gmail.com>
wrote:
> There are a few things running in parallel and thanks for taking the time
> to review and help me get this in tree.
> I wanted to follow up with a ques...
2018 Jun 07
2
[lld] ObjFile::createRegular is oblivious of PendingComdat
Can you upload a reproducer? You can create it using the /linkrepro flag.
Peter
On Thu, Jun 7, 2018 at 2:50 PM, Reid Kleckner via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> GCC does comdats completely differently from the spec. Since you contacted
> me about this off of the mailing list, I started investigating what they
> do, and it is compl...
2017 May 21
2
RFC: A new llvm-dlltool driver and llvm-lib driver improvements
...; Feedback on what we should do for /FORCE:MULTIPLE would be a good place to
> start.
>
> Best,
> Martell
>
>
> On Thu, May 11, 2017 at 6:41 PM, Peter Collingbourne <peter at pcc.me.uk>
> wrote:
>
>> Would it be possible to share a repro.tar file created with /linkrepro so
>> that we can reproduce the problem?
>>
>> Peter
>>
>> On Thu, May 11, 2017 at 3:00 AM, Martell Malone <martellmalone at gmail.com>
>> wrote:
>>
>>> There are a few things running in parallel and thanks for taking the
>>> time to...
2018 Jun 07
2
[lld] ObjFile::createRegular is oblivious of PendingComdat
I encountered a segfault when using lld to cross-compile for Windows
(+MinGW) from Linux. The problem happens with objects built by gcc. The
problem is that ObjFile::CreateRegular considers a PendingComdat to be
valid (and later causes an illegal pointer dereference). The following
patch fixes the crash:
diff --git a/COFF/InputFiles.cpp b/COFF/InputFiles.cpp
index 9e2345b0a..f47d612df 100644
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...d :: COFF/imports.test
lld :: COFF/include-lto.ll
lld :: COFF/include.test
lld :: COFF/include2.test
lld :: COFF/internal.test
lld :: COFF/invalid-debug-type.test
lld :: COFF/invalid-obj.test
lld :: COFF/largeaddressaware.test
lld :: COFF/libpath.test
lld :: COFF/linkrepro-res.test
lld :: COFF/linkrepro.test
lld :: COFF/lldmap.test
lld :: COFF/loadcfg.ll
lld :: COFF/loadcfg.test
lld :: COFF/loadcfg32.test
lld :: COFF/locally-imported-arm64.test
lld :: COFF/locally-imported-warn-multiple.s
lld :: COFF/locally-imported.test
lld :: CO...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:
>>
>> There's been a lot of merges since rc1, and hopefully the tests are in
>> a better state now.
>>
>> 6.0.0-rc2 was just tagged, after r324506.
>>
>>