[llvm-commits] [test-suite] r53037 - in /test-suite/trunk/MultiSource/Benchmarks/BitBench: Makefile huffman/
Owen Anderson
resistor at mac.com
Wed Jul 2 10:55:31 PDT 2008
Author: resistor
Date: Wed Jul 2 12:55:21 2008
New Revision: 53037
URL: http://llvm.org/viewvc/llvm-project?rev=53037&view=rev
Log:
Remove BitBench/huffman. It appears to be pretty broken (always segfaults
due to excessive memory allocation).
Removed:
test-suite/trunk/MultiSource/Benchmarks/BitBench/huffman/
Modified:
test-suite/trunk/MultiSource/Benchmarks/BitBench/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/BitBench/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/BitBench/Makefile?rev=53037&r1=53036&r2=53037&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/BitBench/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/BitBench/Makefile Wed Jul 2 12:55:21 2008
@@ -4,7 +4,7 @@
## NOTE: This must remain in this order, so that the labels in the nightly
## tester gnuplot scripts are correct.
-PARALLEL_DIRS := five11 drop3 huffman uudecode uuencode
+PARALLEL_DIRS := five11 drop3 uudecode uuencode
include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list