[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Ptrdist/bc/Makefile scan.c

John Criswell criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004



Changes in directory llvm-test/MultiSource/Benchmarks/Ptrdist/bc:

Makefile updated: 1.5 -> 1.6
scan.c updated: 1.1 -> 1.2
---
Log message:

Migrating test suite out of the source tree.



---
Diffs of the changes:  (+4 -4)

Index: llvm-test/MultiSource/Benchmarks/Ptrdist/bc/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Ptrdist/bc/Makefile:1.5 llvm-test/MultiSource/Benchmarks/Ptrdist/bc/Makefile:1.6
--- llvm-test/MultiSource/Benchmarks/Ptrdist/bc/Makefile:1.5	Fri Sep 12 11:02:37 2003
+++ llvm-test/MultiSource/Benchmarks/Ptrdist/bc/Makefile	Wed Sep  1 09:33:25 2004
@@ -1,10 +1,10 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
 
-include $(LEVEL)/Makefile.config
+#include $(LLVM_OBJ_ROOT)/Makefile.config
 
 PROG = bc
 OBJS = scan.o util.o main.o number.o storage.o load.o execute.o bc.o global.o
 STDIN_FILENAME = $(BUILD_SRC_DIR)/primes.b
 
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
 


Index: llvm-test/MultiSource/Benchmarks/Ptrdist/bc/scan.c
diff -u llvm-test/MultiSource/Benchmarks/Ptrdist/bc/scan.c:1.1 llvm-test/MultiSource/Benchmarks/Ptrdist/bc/scan.c:1.2
--- llvm-test/MultiSource/Benchmarks/Ptrdist/bc/scan.c:1.1	Fri Feb 14 13:14:11 2003
+++ llvm-test/MultiSource/Benchmarks/Ptrdist/bc/scan.c	Wed Sep  1 09:33:25 2004
@@ -1,7 +1,7 @@
 /* A lexical scanner generated by flex */
 
 /* scanner skeleton version:
- * $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/Ptrdist/bc/scan.c,v 1.1 2003/02/14 19:14:11 lattner Exp $
+ * $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/Ptrdist/bc/scan.c,v 1.2 2004/09/01 14:33:25 criswell Exp $
  */
 
 #define FLEX_SCANNER






More information about the llvm-commits mailing list