>
> 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/mainline/llvm/Debug/bin/opt Output/sse.expandfft.bc -
> strip-nondebug -std-compile-opts -strip-debug -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.second.ll
> --------- TEST-PASS: sse.expandfft
I modified the TEST.dbgopt.Makefile, just adding the full path of the
input C/C++ source file, like sse.expandfft.c
Now it works for SingleSource directory.
But for MultiSource, I see...
make[1]: Entering directory
`/developer/home2/zsth/projects/llvm.org/build/llvmobj/projects/llvm-test/MultiSource'
make[2]: Entering directory
`/developer/home2/zsth/projects/llvm.org/build/llvmobj/projects/llvm-test/MultiSource/Applications'
make[3]: Entering directory
`/developer/home2/zsth/projects/llvm.org/build/llvmobj/projects/llvm-test/MultiSource/Applications/Burg'
make[3]: *** No rule to make target `Output/burg.diff', needed by
`test.dbgopt.burg'. Stop.
make[3]: Leaving directory
`/developer/home2/zsth/projects/llvm.org/build/llvmobj/projects/llvm-test/MultiSource/Applications/Burg'
make[2]: *** [Burg/.maketest] Error 2
make[2]: Leaving directory
`/developer/home2/zsth/projects/llvm.org/build/llvmobj/projects/llvm-test/MultiSource/Applications'
make[1]: *** [Applications/.maketest] Error 2
make[1]: Leaving directory
`/developer/home2/zsth/projects/llvm.org/build/llvmobj/projects/llvm-test/MultiSource'
make: *** [MultiSource/.maketest] Error 2