libcalls test fails to run

This is what I get while trying to run 'make TEST=libcalls' in the top dir of
test-suite:

  make[1]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource'
  make[2]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests'
  make[3]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests/Vector'
  make[4]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests/Vector/SSE'
  make[4]: *** No rule to make target `@', needed by `Output/sse.expandfft.libcalls.report.txt'. Stop.
  make[4]: Leaving directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests/Vector/SSE'
  make[3]: *** [test] Error 1
  make[3]: Leaving directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests/Vector'
  make[2]: *** [test] Error 1
  make[2]: Leaving directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests'
  make[1]: *** [UnitTests/.maketest] Error 2
  make[1]: Leaving directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource'
  make: *** [SingleSource/.maketest] Error 2

'make TEST=example' works, 'make TEST=jit' and 'make' work too. Any ideas about what is going wrong here?

  Gregory

No idea why this stuff was there...

Index: TEST.libcalls.Makefile

'make TEST=example' works, 'make TEST=jit' and 'make' work too. Any ideas about what is going wrong here?

No idea why this stuff was there...

looks like some lines got moved, fixed on mainline, thanks.

-Chris

Not really fixed :slight_smile: Please commit this:

Index: TEST.libcalls.Makefile

Doh, thanks, done.

-Chris

LOL. Next patch should be titled 'really really really fix this' :slight_smile:

Please apply the last part of the diff, too:

Index: TEST.libcalls.Makefile

Doh, thanks, done.

LOL. Next patch should be titled 'really really really fix this' :slight_smile:

Heh, already did:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20100104/093682.html

Not a good day for me I guess :wink: