[LLVMdev] I have llvm, poolalloc, and llvm-gcc to be installed

John Criswell criswell at uiuc.edu
Thu Sep 9 21:43:49 PDT 2010


huwei8717 wrote:
> If I have llvm, poolalloc, and llvm-gcc to be installed, what's the
> order of installation?

Are you compiling llvm-gcc from source, or are you using a pre-compiled
version?

If you are compiling llvm-gcc from source, then you want to build the
software in this order:

1) LLVM
2) llvm-gcc
3) Re-configure the LLVM source tree to know where llvm-gcc is located
(i.e., use the --with-llvmgcc= and --with=llvmg++ options).
4) poolalloc

If you are using a pre-built llvm-gcc, then you do the following:

1) Build LLVM (use --with-llvmgcc= and --with=llvmg++ to tell it where
to find the llvm-gcc and llvm-g++ binaries)
2) Build poolalloc

-- John T.


> Could some help me? Thank you very much!
> Best Regards
> 2010-09-10
> ------------------------------------------------------------------------
> Daneill




More information about the llvm-dev mailing list