[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile config.h
Jeff Cohen
jeffc at jolt-lang.org
Thu Mar 29 10:01:09 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office-ispell:
Makefile updated: 1.1 -> 1.2
config.h updated: 1.1 -> 1.2
---
Log message:
Fix for src != obj.
Don't use obsolete header file.
---
Diffs of the changes: (+7 -3)
Makefile | 2 +-
config.h | 8 ++++++--
2 files changed, 7 insertions(+), 3 deletions(-)
Index: llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile:1.1 Tue Jan 9 17:57:18 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile Thu Mar 29 12:00:52 2007
@@ -3,6 +3,6 @@
PROG = office-ispell
CPPFLAGS = -Dconst=
LDFLAGS = -lm
-RUN_OPTIONS = -a -d americanmed+ < large.txt
+RUN_OPTIONS = -a -d americanmed+ < $(PROJ_SRC_DIR)/large.txt
include $(LEVEL)/MultiSource/Makefile.multisrc
Index: llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h
diff -u llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h:1.1 llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h:1.1 Tue Jan 9 17:57:18 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/config.h Thu Mar 29 12:00:52 2007
@@ -52,9 +52,13 @@
*/
/*
- * $Id: config.h,v 1.1 2007/01/09 23:57:18 lattner Exp $
+ * $Id: config.h,v 1.2 2007/03/29 17:00:52 jeffc Exp $
*
* $Log: config.h,v $
+ * Revision 1.2 2007/03/29 17:00:52 jeffc
+ * Fix for src != obj.
+ * Don't use obsolete header file.
+ *
* Revision 1.1 2007/01/09 23:57:18 lattner
* initial recheckin of mibench
*
@@ -114,7 +118,7 @@
#include <sys/param.h>
#include <sys/types.h>
#ifndef USG
-#include <sys/dir.h>
+#include <sys/dirent.h>
#endif /* USG */
/*
More information about the llvm-commits
mailing list