[LLVMdev] Feature request for include llvm-mc in llvm.org/builds

罗勇刚(Yonggang Luo) luoyonggang at gmail.com
Tue Oct 22 06:45:05 PDT 2013


2013/10/22 Reid Kleckner <rnk at google.com>:
> Ah, so clang only understands the spelling mingw32, not mingw.  That'll give
> you COFF.  :)

Thanks a lot, I found how it's works, use both
clang  -integrated-as -c -v --target=i686-pc-win32 sqrt.s
clang  -integrated-as -c -v --target=i686-pc-mingw32 sqrt.s
works. Just because my sqrt.s source code file is invalid for win32.



More information about the llvm-dev mailing list