search for: new_main

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

Did you mean: new_mail
2010 Oct 18
2
[LLVMdev] run into a problem with a version of GCC not listed here
...machine (RHEL 4.8 ) the compilation of the LLVM compiler suit works, but if i start to compile my C source code with clang and llc, the compiler (llc) abort with: Segmentation fault 0 llc 0x0883b510 Stack dump: 0. Program arguments: /appl/c_compiler/xpic/llvm-2.7/bin/llc -O2 -f -march=xpic new_main.bc -o new_main.s 1. Running pass 'xpic DAG->DAG Pattern Instruction Selection' on function '@fib_recursive' make[1]: *** [new_main.s] Segmentation fault question: what does that mean? and how i can get more error information? NOTE: - i compiled the LLVM tools with gcc (GC...
2010 Oct 22
0
[LLVMdev] Fw: run into a problem with a version of GCC not listed here
...> must clang also be adjusted to the target? > > the backend for a new targed XPIC works on windows XP very well, but > with my linux i have an abort: > 0 llc 0x0883b520 > Stack dump: > 0. Program arguments: /appl/c_compiler/xpic/llvm-2.7/bin/llc -O2 > -f -march=xpic new_main.bc -o new_main.s 1. Running pass 'xpic > DAG->DAG Pattern Instruction Selection' on function '@fib_recursive' As someone else said on the list, what is this XPIC target, because it is not part of LLVM. You should contact whoever wrote it to figure out what is wrong with...