search for: ccho8qkh

Displaying 2 results from an estimated 2 matches for "ccho8qkh".

2007 Mar 07
0
[LLVMdev] llvm compile error
....0.1 LLVM (Apple Computer, Inc. build 5421) /home/stefan/programs/llvm/install/bin/../libexec/gcc/i686-pc-linux-gnu/4.0.1/cc1 -quiet -v -iprefix /home/stefan/programs/llvm/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/ test.c -quiet -dumpbase test.c -mtune=generic -auxbase test -version -o /tmp/ccho8QKH.s non-existent Directory »/home/stefan/programs/llvm/install/bin/../lib/gcc/i686-pc-linux-gnu/4.0.1/../../../../i686-pc-linux-gnu/include« will be ignored double-existent directory »/home/stefan/programs/llvm/install//lib/gcc/i686-pc-linux-gnu/4.0.1/include« will be ignored non-existent Direct...
2007 Mar 07
2
[LLVMdev] using dsa
Thank you Patrick! For anyone interested, I was able to get the mainline version of DSA to compile with the mainline version of LLVM. As Patrick pointed out, the mainline version of PoolAllocate does not compile with the mainline version of LLVM. So, I made a small change to llvm-poolalloc/lib/Makefile in which I removed PoolAllocate from the line: PARALLEL_DIRS=DSA PoolAllocate After