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