[LLVMdev] LLVM tools sufficient to build the cfrontend for windows from MinGW?

Chris Lattner sabre at nondot.org
Tue Nov 2 08:59:14 PST 2004


On Tue, 2 Nov 2004, Henrik Bach wrote:

> I'm able to build the llvm tools on the MinGW platform: burg, fpcmp, tblgen,
> llvm-as, llvm-dis, opt, gccas, llc, llvm-link, lli, gccld, llvm-stub,
> analyze and extract.
>
> I wonder if these tools are sufficient to start build the cfrontend?

Yes, I think the only tools used by the C front-end are gccas, gccld, and
lli, so that should work! :)

-Chris

-- 
http://llvm.org/
http://nondot.org/sabre/




More information about the llvm-dev mailing list