[llvm-commits] CVS: llvm/test/Makefile.tests

Chris Lattner lattner at cs.uiuc.edu
Sun May 11 13:50:01 PDT 2003


Changes in directory llvm/test:

Makefile.tests updated: 1.54 -> 1.55

---
Log message:

* Remove dead hunk of makefile fragment for dealing with sun compiler
* Move LLC code gen stuff into test/Programs/Makefile.programs


---
Diffs of the changes:

Index: llvm/test/Makefile.tests
diff -u llvm/test/Makefile.tests:1.54 llvm/test/Makefile.tests:1.55
--- llvm/test/Makefile.tests:1.54	Thu May  8 23:19:58 2003
+++ llvm/test/Makefile.tests	Sun May 11 13:49:10 2003
@@ -67,14 +67,6 @@
 NATGCC  = /usr/dcs/software/supported/bin/gcc
 CP	= /bin/cp -f
 
-ifndef DISABLE_LLC_DIFFS
-CC      = /opt/SUNWspro/bin/cc
-AS	= /opt/SUNWspro/bin/cc
-DIS     = /usr/ccs/bin/dis
-CFLAGS  += -g -xarch=v9
-endif
-
-
 ifeq ($(TRACE), yes)
     LLCFLAGS += -trace basicblock
     LLCLIBS := -L$(LEVEL)/test/Libraries/Output -linstr64
@@ -106,16 +98,6 @@
 #
 Output/%.bc: %.ll $(LAS) Output/.dir
 	$(LAS) -f $< -o $@
-
-# Compile a linked program to machine code for this processor.
-#
-Output/%.llc.s: Output/%.llvm.bc $(LLC)
-	$(LLC) $(LLCFLAGS) -f $< -o $@
-
-# Assemble (and link) an LLVM-linked program using the system assembler...
-#
-Output/%.llc: Output/%.llc.s
-	$(CC) $(CFLAGS) $< $(LLCLIBS) -o $@
 
 #
 # Testing versions of provided utilities...





More information about the llvm-commits mailing list