[cfe-dev] Target initialization for i686-pc-mingw

Reid Kleckner rnk at google.com
Mon Nov 4 09:30:08 PST 2013


Try i686-pc-mingw32.  We don't recognize -mingw as an OS.  Maybe we should.
 There was discussion long ago, but I forgot the conclusion.  It had to do
with the mingw32/mingw64 split.


On Fri, Nov 1, 2013 at 10:28 PM, SammyG <sammygamuel at gmail.com> wrote:

> Hey guys,
>
>   LLVMInitializeX86Target();
>   LLVMInitializeX86TargetMC();
>   LLVMInitializeX86AsmPrinter();
>   LLVMInitializeX86AsmParser();
>
> Why doesn't this work with triple i686-pc-mingw? Says it can't find the
> registered target for this triple.
>
> What is the correct target for mingw? What about visual studio?
>
> Thanks.
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20131104/4fb458f2/attachment.html>


More information about the cfe-dev mailing list