Fix a copy+pasto in a comment.
[oota-llvm.git] / unittests / Makefile
index 2a13b8d536de2f5bea62862c07fe96f553f5c6d9..1ff5411102664a9b8ceff697976fa3b4128b9fbd 100644 (file)
@@ -16,7 +16,7 @@ BUILD_ARCHIVE = 1
 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
 CPP.Flags += -Wno-variadic-macros
 
-PARALLEL_DIRS = ADT Support
+PARALLEL_DIRS = ADT Support VMCore
 
 include $(LEVEL)/Makefile.common