[LLVMdev] Building self-hosting compiler in language "X", using LLVM

Nick Lewycky nicholas at mxc.ca
Sun Jan 27 20:39:06 PST 2008


krckoorascic wrote:
> i just want to ask is there a way that someone might compile llvm
> tools as static libraries, so i can link 'em with my compiler code and
> result in just one executable? if this is already done please give me
> a link, cuz i didn't found it.

Download the LLVM source and type "make". LLVM only builds static 
libraries by default.

Nick Lewycky



More information about the llvm-dev mailing list