[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/automotive/Makefile
Evan Cheng
evan.cheng at apple.com
Tue Jan 9 11:55:02 PST 2007
Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/automotive:
Makefile updated: 1.1.1.1 -> 1.2
---
Log message:
No qsort.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/MiBench/automotive/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/automotive/Makefile:1.1.1.1 llvm-test/MultiSource/Benchmarks/MiBench/automotive/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MiBench/automotive/Makefile:1.1.1.1 Mon Jan 8 20:53:45 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/automotive/Makefile Tue Jan 9 13:54:41 2007
@@ -2,6 +2,6 @@
LEVEL = ../../../..
-PARALLEL_DIRS := basicmath bitcount qsort susan
+PARALLEL_DIRS := basicmath bitcount susan
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list