[LLVMdev] how to build llvm-test in separate directory
John Criswell
criswell at cs.uiuc.edu
Mon Feb 23 10:32:27 PST 2009
Aaron Gray wrote:
> I am trying to build llvm-test in a separate directory to the main llvm tree.
>
> I have put llvm and llvm-gcc's bin directories on the path but think I am missing a switch on the configure command.
>
You need to use --with-llvmsrc and --with-llvmobj to tell llvm-test
where it can find the LLVM source and object directories, respectively.
-- John T.
> Thanks,
>
> Aaron
>
>
>
>
>
More information about the llvm-dev
mailing list