Displaying 6 results from an estimated 6 matches for "bankybooks".
2019 Oct 02
2
lld-link with MSVC6 object files
...er and patching something in there to force a
particular ordering. I suspect that the imported function order isn't the
only thing that it might change on a rebuild.
On Wed, Oct 2, 2019 at 8:36 AM Rui Ueyama <ruiu at google.com> wrote:
> On Tue, Oct 1, 2019 at 8:18 PM Paul Moran <bankybooks at gmail.com> wrote:
>
>> I have the most edge of edge use cases :). I am recovering the lost
>> source code to an application built with MSVC 6. However because I want to
>> produce byte for byte exact output I need to ensure that the import table
>> is in the same or...
2019 Sep 30
2
lld-link with MSVC6 object files
On Mon, Sep 30, 2019 at 2:07 PM Paul Moran <bankybooks at gmail.com> wrote:
> MSVC 6 is 1998 not 1989 :)
>
Ah, I just glanced briefly at the Wikipedia article (
https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B ) & misread the "C
6.0" and didn't notice it was distinct from "Visual C++ 6.0" - thanks for
the ca...
2019 Oct 01
2
lld-link with MSVC6 object files
...gt;> locally and hack out the magic checks to see if it works.
>>>
>>> On Mon, Sep 30, 2019 at 10:14 PM David Blaikie <dblaikie at gmail.com>
>>> wrote:
>>>
>>>>
>>>>
>>>> On Mon, Sep 30, 2019 at 2:07 PM Paul Moran <bankybooks at gmail.com>
>>>> wrote:
>>>>
>>>>> MSVC 6 is 1998 not 1989 :)
>>>>>
>>>>
>>>> Ah, I just glanced briefly at the Wikipedia article (
>>>> https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B ) & misr...
2019 Sep 30
2
lld-link with MSVC6 object files
The CodeView library in LLVM only supports Codeview C13 types, that is, MSVC 7.0 / Visual Studio 2002 or after.
De : llvm-dev <llvm-dev-bounces at lists.llvm.org> De la part de David Blaikie via llvm-dev
Envoyé : September 30, 2019 2:38 PM
À : Paul Moran <bankybooks at gmail.com>; Rui Ueyama <ruiu at google.com>
Cc : llvm-dev at lists.llvm.org
Objet : Re: [llvm-dev] lld-link with MSVC6 object files
MSVC 6 as in the Visual Studio released in 1989? Yes, I imagine that's a bit outside the intended support window.
On Mon, Sep 30, 2019 at 11:18 AM Pa...
2019 Sep 30
2
lld-link with MSVC6 object files
...out bad file magic. I'll see if I can get lld-link to build
> locally and hack out the magic checks to see if it works.
>
> On Mon, Sep 30, 2019 at 10:14 PM David Blaikie <dblaikie at gmail.com> wrote:
>
>>
>>
>> On Mon, Sep 30, 2019 at 2:07 PM Paul Moran <bankybooks at gmail.com> wrote:
>>
>>> MSVC 6 is 1998 not 1989 :)
>>>
>>
>> Ah, I just glanced briefly at the Wikipedia article (
>> https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B ) & misread the
>> "C 6.0" and didn't notice it was d...
2019 Sep 28
3
lld-link with MSVC6 object files
Hi,
I have a question about lld-link. What obj file formats should it support?
When I try to use an obj from msvc 6.0 it complains that the file magic is
not valid.
However when running llvm-objdump it reports:
test1.obj: file format COFF-i386
Disassembly of section .text:
0000000000000000 _main:
0: 68 00 00 00 00 pushl $0
5: e8 00 00 00 00 calll 0