Displaying 2 results from an estimated 2 matches for "a55bb1e6".
Did you mean:
55bb1eb
2010 Apr 29
0
[LLVMdev] fail to build LLVM GCC front-end
On Thu, Apr 29, 2010 at 2:17 AM, Jiandong Wang <computerhenu at gmail.com> wrote:
> I followed the instructions in llvm_gcc's README.LLVM file, but not exactly
> the same.
>
> the following is what I have done with LLVM:
> ./configure --disable-optimized --enable-checking
> make
> make install
> (Successful)
>
> now the llvm-gcc:
> cd /home/username
>
2010 Apr 29
3
[LLVMdev] fail to build LLVM GCC front-end
I followed the instructions in llvm_gcc's README.LLVM file, but not exactly
the same.
the following is what I have done with LLVM:
./configure --disable-optimized --enable-checking
make
make install
(Successful)
now the llvm-gcc:
cd /home/username
mkdir obj
mkdir install
cd obj
../llvm-gcc/configure --prefix=`pwd`/../install --program-prefix=llvm-
--enable-llvm=/home/username/llvm-2.7/Debug