[LLVMdev] Win32 COFF Support

Aaron Gray aaronngray.lists at gmail.com
Fri May 28 12:15:06 PDT 2010


On 28 May 2010 19:20, Aaron Gray <aaronngray.lists at googlemail.com> wrote:

> On 28 May 2010 05:59, Nathan Jeffords <blunted2night at gmail.com> wrote:
>
>> For those that are interested, I have attached the latest version of my
>> Win32 COFF support patch. There is no new functionality, I just fixed some
>> compiler errors due to recent changes in the MC library.
>>
>> Nathan,
>
> Sorry about this but...
>
> On Cygwin with GCC-4.2.4 :-
>
> In file included from /home/ang/svn/llvm/lib/MC/WinCOFFObjectWriter.cpp:32:
> /home/ang/svn/llvm/lib/MC/WinCoff.h:68: error: comma at end of enumerator
> list
>
> Otherwise builds okay.
>
> I'll run some tests on it...
>

Okay C++ tests are fine.

llvm-mc should automatically be supported now as well to now :)

Nice, will have to test as a backend to Clang as well now.

Cannot test llvm-gcc until inline assembly is supported for COFF though.

Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100528/8e79b4f8/attachment.html>


More information about the llvm-dev mailing list