[llvm-commits] CVS:	llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/large.au	Makefile large.au.run.gsm
    Anton Korobeynikov 
    asl at math.spbu.ru
       
    Thu Jan 11 16:43:06 PST 2007
    
    
  
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm:
large.au added (r1.1)
Makefile updated: 1.1 -> 1.2
large.au.run.gsm (r1.1) removed
---
Log message:
Bad input file was supplied. Fixed.
---
Diffs of the changes:  (+1 -1)
 Makefile |    2 +-
 large.au |    0 
 2 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/large.au
Index: llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile:1.1	Tue Jan  9 17:44:35 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/telecomm-gsm/Makefile	Thu Jan 11 18:42:50 2007
@@ -3,5 +3,5 @@
 PROG     = telecomm-gsm
 CPPFLAGS = -DSTUPID_COMPILER -DNeedFunctionPrototypes=1 -DSASR
 LDFLAGS  = -lm
-RUN_OPTIONS = -fps -c large.au.run.gsm
+RUN_OPTIONS = -fps -c large.au
 include $(LEVEL)/MultiSource/Makefile.multisrc
    
    
More information about the llvm-commits
mailing list