[LLVMdev] standalone build
John Criswell
criswell at cs.uiuc.edu
Thu Apr 13 10:44:24 PDT 2006
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.
More information about the llvm-dev
mailing list