Reimplement r108639 in InstCombine rather than DAGCombine.
[oota-llvm.git] / unittests / Makefile
index 53c02a81223e7f134fb85bb696036a9864d6b328..9f377cd744c1f2fd3d2744f1906aa45b3c736814 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 ExecutionEngine Support VMCore MC
+PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
 
 include $(LEVEL)/Makefile.common