<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Feb 3, 2009, at 11:33 PM, Zhou Sheng wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">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?</blockquote><div><br></div><div>Are you able to run nightly test ? </div><div><br></div><div>Here is what I see...</div><div><br></div><div><div>$ make TEST=dbgopt</div><div>/Developer/usr/bin//llvm-gcc sse.expandfft.c -g --emit-llvm -c -o Output/sse.expandfft.bc </div><div>/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 </div><div>/Volumes/Nanpura/mainline/llvm/Debug/bin/llvm-dis Output/sse.expandfft.t.bc -f -o Output/sse.expandfft.first.ll </div><div>/Volumes/Nanpura/mainline/llvm/Debug/bin/opt Output/sse.expandfft.bc -strip-nondebug -std-compile-opts -strip-debug -strip -f -o Output/sse.expandfft.t.bc </div><div>/Volumes/Nanpura/mainline/llvm/Debug/bin/llvm-dis Output/sse.expandfft.t.bc -f -o Output/sse.expandfft.second.ll </div><div>--------- TEST-PASS: sse.expandfft</div><div><br></div></div></div><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>-</div><div>Devang</div><div><br></div></div></span><br class="Apple-interchange-newline"> </div><br></body></html>