Displaying 2 results from an estimated 2 matches for "nanpura".
Did you mean:
ranpura
2009 Feb 05
0
[LLVMdev] make TEST=dbgopt donesn't work?
>
> Are you able to run nightly test ?
>
Yes, I can run nightly test.
> Here is what I see...
>
> $ make TEST=dbgopt
> /Developer/usr/bin//llvm-gcc sse.expandfft.c -g --emit-llvm -c -o
> Output/sse.expandfft.bc
> /Volumes/Nanpura/mainline/llvm/Debug/bin/opt Output/sse.expandfft.bc -
> strip-nondebug -strip-debug -std-compile-opts -strip -f -o Output/
> sse.expandfft.t.bc
> /Volumes/Nanpura/mainline/llvm/Debug/bin/llvm-dis Output/
> sse.expandfft.t.bc -f -o Output/sse.expandfft.first.ll
> /Volumes/Nanpura/m...
2009 Feb 04
2
[LLVMdev] make TEST=dbgopt donesn't work?
Hi,
I'm following http://llvm.org/docs/SourceLevelDebugging.html#debugopt
to do the dbgopt testing. But seems, there is something wrong with the
Makefile, it told me :
llvm-gcc sse.expandfft.c -g --emit-llvm -c -o Output/sse.expandfft.bc
llvm-gcc: sse.expandfft.c: No such file or directory
llvm-gcc: no input files
Am I missing something, like the configure option?
-------------- next part