search for: b00bf19666304299a0fa73d964403765

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

2007 Mar 07
0
[LLVMdev] llvm compile error
...vm/install//include /usr/include End of serachlist. GNU C version 4.0.1 LLVM (Apple Computer, Inc. build 5421) (i686-pc-linux-gnu) compiled by GNU C version 4.1.2 (Ubuntu 4.1.2-0ubuntu4). GGC-Heuristic: --param ggc-min-expand=98 --param ggc-min-heapsize=127428 Compiler executable checksum: b00bf19666304299a0fa73d964403765 as --traditional-format -V -Qy -o /tmp/ccfBb8QI.o /tmp/ccho8QKH.s GNU assembler version 2.17.50 (i486-linux-gnu) using BFD version 2.17.50 20070103 Ubuntu /home/stefan/programs/llvm/install/bin/../libexec/gcc/i686-pc-linux-gnu/4.0.1/collect2 --eh-frame-hdr -m elf_i386 -dynamic-linker /lib/ld-li...
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