Displaying 2 results from an estimated 2 matches for "949292e2".
2010 Nov 05
0
[LLVMdev] llvm autoconf using LLVM_SRC_ROOT?
On Nov 4, 2010, at 7:35 PM, Shaun savage wrote:
> I am trying to create a new LLVM project that uses autoconf to configure it.
>
> the example requires me to define
>
> • LLVM_SRC_ROOT - The root of the LLVM source tree.
> • LLVM_OBJ_ROOT - The root of the LLVM object tree
> Is this required? Why? I just want to use the libraries that were installed using Ubuntu
2010 Nov 05
2
[LLVMdev] llvm autoconf using LLVM_SRC_ROOT?
Hi
I am trying to create a new LLVM project that uses autoconf to configure it.
the example requires me to define
* LLVM_SRC_ROOT - The root of the LLVM source tree.
* LLVM_OBJ_ROOT - The root of the LLVM object tree
Is this required? Why? I just want to use the libraries that were installed using Ubuntu 10.04.
I can compile programs using llvmc
$ llvmc --version
Low Level