Hi,<br><br>I'm following <a href="http://llvm.org/docs/SourceLevelDebugging.html#debugopt">http://llvm.org/docs/SourceLevelDebugging.html#debugopt</a> <br>to do the dbgopt testing. But seems, there is something wrong with the Makefile, it told me :<br>
<br>llvm-gcc sse.expandfft.c -g --emit-llvm -c -o Output/sse.expandfft.bc<br>llvm-gcc: sse.expandfft.c: No such file or directory<br>llvm-gcc: no input files<br><br><br>Am I missing something, like the configure option?<br>