[llvm-commits] CVS: llvm-test/Makefile.programs Makefile.rules
Reid Spencer
reid at x10sys.com
Thu Feb 8 19:44:01 PST 2007
Changes in directory llvm-test:
Makefile.programs updated: 1.256 -> 1.257
Makefile.rules updated: 1.24 -> 1.25
---
Log message:
Remove last vestiges of GCCAS/gccas, GCCLD/gccld
---
Diffs of the changes: (+1 -6)
Makefile.programs | 2 +-
Makefile.rules | 5 -----
2 files changed, 1 insertion(+), 6 deletions(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.256 llvm-test/Makefile.programs:1.257
--- llvm-test/Makefile.programs:1.256 Thu Feb 8 21:38:16 2007
+++ llvm-test/Makefile.programs Thu Feb 8 21:43:45 2007
@@ -430,7 +430,7 @@
BUGPOINT_OPTIONS += --tool-args $(LLCFLAGS)
BUGPOINT_ARGS += --args -- $(RUN_OPTIONS)
-# Rules to bugpoint the GCCAS, GCCLD, LLC, or LLI commands...
+# Rules to bugpoint the opt, llvm-ld, llc, or lli commands...
$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-opt): \
Output/%.bugpoint-opt: Output/%.noopt-llvm.bc $(LBUGPOINT) \
Output/opt-pass-args Output/%.out-nat
Index: llvm-test/Makefile.rules
diff -u llvm-test/Makefile.rules:1.24 llvm-test/Makefile.rules:1.25
--- llvm-test/Makefile.rules:1.24 Thu Feb 8 21:38:16 2007
+++ llvm-test/Makefile.rules Thu Feb 8 21:43:45 2007
@@ -275,7 +275,6 @@
# Makefile.rules)
LLI = $(LLVMTOOLCURRENT)/lli$(EXEEXT)
LLC = $(LLVMTOOLCURRENT)/llc$(EXEEXT)
-LGCCAS = $(LLVMTOOLCURRENT)/gccas$(EXEEXT)
LLVMLD = $(LLVMLDPROG) -L$(LLVMGCCLIBDIR) -L$(LLVMGCCDIR)/lib
LDIS = $(LLVMTOOLCURRENT)/llvm-dis$(EXEEXT)
LOPT = $(LLVMTOOLCURRENT)/opt$(EXEEXT)
@@ -518,10 +517,6 @@
# be used in this way, it is better to define DONT_BUILD_RELINKED, and define
# BUILD_ARCHIVE instead.
#
-# Some libraries must be built as .a files (libscalar for example) because if
-# it's built as a .o file, then all of the constituent .o files in it will be
-# linked into tools (for example gccas) even if they only use one of the parts
-# of it. For this reason, sometimes it's useful to use libraries as .a files.
###########################################################################
# Install rule for making bytecode library directory if it does not exist.
More information about the llvm-commits
mailing list