[llvm-commits] Patch for review: Speeding up ScheduleDAG computations

Dan Gohman gohman at apple.com
Tue Mar 4 16:41:34 PST 2008


On Mar 4, 2008, at 3:56 AM, Roman Levenstein wrote:
>
> make[5]: Entering directory
> `/opt/llvm.build/projects/llvm-test/SingleSource/UnitTests/Vector/SSE'
> make[5]: *** No rule to make target `Output/sse.expandfft.linked.rbc',
> needed by `Output/sse.expandfft.linked.bc'.  Stop.

When I've seen this error, the problem has been that my base llvm
build configure was run without an llvm-gcc in PATH.  llvm-test
apparently relies on the base llvm build to locate llvm-gcc for it.

Dan




More information about the llvm-commits mailing list