[LLVMbugs] [Bug 1283] NEW: Something broke nightly tester (no rule to build target)
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Mar 28 07:31:04 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1283
Summary: Something broke nightly tester (no rule to build target)
Product: Test Suite
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Nightly Tester
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rspencer at x10sys.com
Last night's run of my nightly test yielded errors like:
*** No rule to make target `Output/sumarray-dbl.linked.rbc', needed by
`Output/sumarray-dbl.linked.bc'
for every single test program. The consequence was no results. The only change
to the makefile system was this:
--- Makefile.programs 21 Mar 2007 00:19:32 -0000 1.263
+++ Makefile.programs 28 Mar 2007 08:31:17 -0000 1.264
@@ -221,12 +221,11 @@ LLCBETAOPTION := -sched=list-td
endif
ifeq ($(ARCH),IA64)
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-rematerialization
-# -enable-tail-merge
+LLCBETAOPTION := -enable-tail-merge
#-regalloc=local -fast
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
endif
But, I don't see how that could cause this problem.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list