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