search for: cchzlsjx

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

2007 Mar 07
0
[LLVMdev] llvm compile error
...llvm/llvm-1.9/ Thread-Modell: posix gcc-Version 4.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 -emit-llvm-bc -o /tmp/ccHzlSjX.o -quiet -dumpbase test.c -mtune=generic -auxbase test -version 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...
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