Displaying 2 results from an estimated 2 matches for "caa76ec1".
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
2019 Sep 30
2
lld-link with MSVC6 object files
...LLVM Developers mailing list
llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190930/caa76ec1/attachment.html>