[llvm-commits] CVS: llvm-test/MultiSource/Applications/Makefile

Evan Cheng evan.cheng at apple.com
Sat Feb 11 02:33:41 PST 2006



Changes in directory llvm-test/MultiSource/Applications:

Makefile updated: 1.23 -> 1.24
---
Log message:

Added H.264 reference encoder / decoder from ITU to LLVM test suite.

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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Applications/Makefile
diff -u llvm-test/MultiSource/Applications/Makefile:1.23 llvm-test/MultiSource/Applications/Makefile:1.24
--- llvm-test/MultiSource/Applications/Makefile:1.23	Sat Jan 21 08:49:08 2006
+++ llvm-test/MultiSource/Applications/Makefile	Sat Feb 11 04:33:22 2006
@@ -4,7 +4,7 @@
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS  = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc SPASS hexxagon oggenc
+PARALLEL_DIRS  = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc SPASS hexxagon oggenc JM
 
 # Obsequi uses Linux-only features; need to fix that
 ifeq ($(OS),Linux)






More information about the llvm-commits mailing list