[llvm-commits] CVS: llvm-java/test/Programs/SingleSource/UnitTests/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Tue Dec 7 22:56:07 PST 2004
Changes in directory llvm-java/test/Programs/SingleSource/UnitTests:
Makefile updated: 1.18 -> 1.19
---
Log message:
Remove MultiArray test because the multinewarray bytecode is not
implemented yet.
---
Diffs of the changes: (+3 -2)
Index: llvm-java/test/Programs/SingleSource/UnitTests/Makefile
diff -u llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.18 llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.19
--- llvm-java/test/Programs/SingleSource/UnitTests/Makefile:1.18 Wed Dec 8 00:37:37 2004
+++ llvm-java/test/Programs/SingleSource/UnitTests/Makefile Wed Dec 8 00:55:56 2004
@@ -19,11 +19,12 @@
InterfaceCall \
LongCompare \
LookupSwitch \
- MultiArray \
StaticInitializers \
TableSwitch \
VirtualCall \
- VTable
+ VTable \
+# MultiArray \
+
CPPFLAGS+=-I$(BUILD_SRC_ROOT)/include/llvm/Java
BYTECODE_LIBRARY=1
More information about the llvm-commits
mailing list