Hi!<br><br>I'm trying to run llvm-test (current CVS head) with the following command:<br>$LLVMOBJDIR/projects/llvm-test$ make TEST=llc report<br><br>I run into the following error:<br><br>make[5]: Entering directory `$LLVMOBJDIR/projects/llvm-test/SingleSource/UnitTests/Vector/SSE'
<br>make[5]: *** No rule to make target `Output/sse.expandfft.linked.rbc', needed by `Output/sse.expandfft.linked.bc'.  Stop.<br clear="all"><br>I tried to exclude the SSE, UnitTests and SingleSource directories from makefiles one by one but make didn't find rule for some other directory each time.
<br>It seems that llvm-test is not very consistent now (or may be I do smth wrong). I tried to compile 1.9 release but got LibDeps problem (was mentioned earlier in this mailing-list:<br><br><div style="direction: ltr;">
> ------------------------------------------------------------------------<br>><br>> Subject:<br>> Re: using dsa<br>> From:<br>> John Criswell <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:criswell@cs.uiuc.edu">
criswell@cs.uiuc.edu</a>><br>> Date:<br>> Tue, 06 Mar 2007 09:53:43 -0600<br>> To:<br>> "Ryan M. Lefever" <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:lefever@crhc.uiuc.edu">
lefever@crhc.uiuc.edu</a>><br>><br>> To:<br>> "Ryan M. Lefever" <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:lefever@crhc.uiuc.edu">lefever@crhc.uiuc.edu</a>><br></div>
<div style="direction: ltr;"><span class="q">><br>><br>> Ryan M. Lefever wrote:<br></span></div><div style="direction: ltr;"><span class="q">>><br>>> I tried using the -r release_19 flag (as was originally
<br>>> suggested), but that version of LLVM fails to compile.  I get the<br>>> following error:<br></span></div>> I did a clean checkout of the release_19 branch and got the same<br>> problem.  It seems that the following line in tools/llvm-config/Makefile
<br>> is doing it:<br>><br>> $(FinalLibDeps): find-cycles.pl $(<span id="st" name="st" class="st">LibDeps</span>)<br>>   $(Echo) "Finding cyclic dependencies between LLVM libraries."<br>>   $(Verb) $(PERL) $< < $(
<span id="st" name="st" class="st">LibDeps</span>) > $@ || rm -f $@<br>><br>> So, it's generating the FinalLibDeps.<span id="st" name="st" class="st">txt</span> file, but because the perl<br>> script returns 1, it then deletes it.
<br>><br>> Reid (or someone else knowledgeable with llvm-config), is this correct<br>> behavior?  Is llvm-config exiting with status 1 because it found a<br>> cycle, or is this a bug?<br>><br>> -- John T.
<br>)<br><br><br>Tell me, please, how to get either llvm-test working or 
1.9 release compiling.<br><br>Thanks in advance and best regards!<br><br>Anton.<br>-- <br>To become old and wise you need to be young and stupid first