The attached patch adds a windows toolchain with a linker. This should
only affect pc-win32 hosts.

This allows the following command to work on windows:

G:\Users\Michael\temp>"g:\Program Files (x86)\Microsoft Visual Studio
10.0\vc\bin\vcvars32.bat"
Setting environment for using Microsoft Visual Studio 2010 x86 tools.

G:\Users\Michael\temp>clang -integrated-as hello.c -o hello.exe
Microsoft (R) Incremental Linker Version 10.00.30319.01
Copyright (C) Microsoft Corporation.  All rights reserved.


G:\Users\Michael\temp>hello.exe
Hello, World!

G:\Users\Michael\temp>


- Michael Spencer

Attachment: microsoft-system-tools.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to