Handle register masks in MachineCopyPropagation.
[oota-llvm.git] / unittests / Makefile
index 2a13b8d536de2f5bea62862c07fe96f553f5c6d9..27afccf02e36e4c18f9ce2f8c9bb2969c63ef500 100644 (file)
@@ -9,14 +9,7 @@
 
 LEVEL = ..
 
-include $(LEVEL)/Makefile.config
-
-LIBRARYNAME = UnitTestMain
-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 ExecutionEngine Support Transforms VMCore Analysis Bitcode
 
 include $(LEVEL)/Makefile.common