Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for DIContext...
[oota-llvm.git] / lib / Makefile
index 1e87d9ebfd10cbde626922ff2be20076e4baccb5..f75ca584dbe0327a4b73bc37f9968d9bf05bee65 100644 (file)
@@ -10,8 +10,8 @@ LEVEL = ..
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                Target ExecutionEngine Debugger Linker MC CompilerDriver
+PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target      \
+                 ExecutionEngine Linker LTO MC Object Option DebugInfo        \
+                 IRReader LineEditor ProfileData Passes
 
 include $(LEVEL)/Makefile.common
-