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