IR: Properly canonicalize PointerType in ConstantExpr GEPs
[oota-llvm.git] / unittests / Makefile
index 1ff5411102664a9b8ceff697976fa3b4128b9fbd..fc7e780df3f3aeb06abe7eb5cb9ad2165b50a059 100644 (file)
@@ -9,14 +9,8 @@
 
 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
+PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
+               Linker MC Object Option Support Transforms
 
 include $(LEVEL)/Makefile.common