Is it possible to build the llvm runtime without building llvm-gcc/g++? -- www.smsglobal.net SMS Global Ltd Short Message Service For Seafarers
On Fri, 14 Apr 2006, Rogelio Serrano wrote:> Is it possible to build the llvm runtime without building llvm-gcc/g++?No, they are written in C/C++. -Chris -- http://nondot.org/sabre/ http://llvm.org/
Rogelio Serrano wrote:> Is it possible to build the llvm runtime without building llvm-gcc/g++?Do you mean the LLVM tools and libraries (e.g. llvm-as, VMCore.o) or the C/C++ compiler support libraries in llvm/runtime (e.g. crtend.a)? You can build the LLVM tools and libraries *without* llvm-gcc. You cannot build the C/C++ support libraries (found in llvm/runtime) without llvm-gcc/llvm-g++. However, we provide pre-compiled versions of llvm-gcc/llvm-g++ for several platforms, so chances are good that you won't need to compile it yourself. -- John T. -- John T. Criswell Research Programmer University of Illinois at Urbana-Champaign "It's today!" said Piglet. "My favorite day," said Pooh.
Not easily. You'd have to have an alternate C/C++ front end with which to compile the code. None other than llvm-gcc and llvm-g++ exist, to my knowledge. Reid. On Fri, 2006-04-14 at 01:36 +0800, Rogelio Serrano wrote:> Is it possible to build the llvm runtime without building llvm-gcc/g++? > > -- > www.smsglobal.net SMS Global Ltd Short Message Service For Seafarers > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060413/a9eb021b/attachment.sig>