[LLVMbugs] [Bug 1807] New: llvm test-suite make error

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Nov 17 00:44:13 PST 2007


http://llvm.org/bugs/show_bug.cgi?id=1807

           Summary: llvm test-suite make error
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


I tried to compile the llvm-testsuite, however I can't:

make[1]: Entering directory
`/home/edwin/llvm-svn/llvm/projects/llvm-test/SingleSource'
make[2]: Entering directory
`/home/edwin/llvm-svn/llvm/projects/llvm-test/SingleSource/UnitTests'
make[3]: Entering directory
`/home/edwin/llvm-svn/llvm/projects/llvm-test/SingleSource/UnitTests/Vector'
make[3]: *** No rule to make target `Output/build2.linked.rbc', needed by
`Output/build2.linked.bc'.  Stop.
make[3]: Leaving directory
`/home/edwin/llvm-svn/llvm/projects/llvm-test/SingleSource/UnitTests/Vector'
make[2]: *** [all] Error 1
make[2]: Leaving directory
`/home/edwin/llvm-svn/llvm/projects/llvm-test/SingleSource/UnitTests'
make[1]: *** [UnitTests/.makeall] Error 2
make[1]: Leaving directory
`/home/edwin/llvm-svn/llvm/projects/llvm-test/SingleSource'
make: *** [SingleSource/.makeall] Error 2

$ make -v
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for x86_64-pc-linux-gnu

$ uname -a
Linux lightspeed2 2.6.23-rc8-hrt1-cfs-v22-g1bef7dc0-dirty #17 Sun Sep 30
18:49:34 EEST 2007 x86_64 GNU/Linux

The problem seems to be because of:
Output/%.linked.rbc: Output/%.bc

I am no Makefile expert, but IIRC that rule is a rule on how to create a .rbc
file out of a .linked file.
However I think what is meant here is a rule how to make .linked.rbc files out
of .bc files.

Are there any flags I can pass to make to have it compiled?


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list