Check type for legality before forming a select from loads.
[oota-llvm.git] / unittests / Makefile
index 04d12e01ad77238df14e1b3d418b112082febf98..926459ac08f8366fadde3d9d06762558b1082a63 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 VMCore MC
+PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode
 
 include $(LEVEL)/Makefile.common