DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.
[oota-llvm.git] / lib / Makefile
index 57f016bc890525fce7f3c6a1ce80de1abdcb0c02..cfe992668de114010658640acd01201655e6c662 100644 (file)
@@ -10,8 +10,8 @@ LEVEL = ..
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS := IR AsmParser Bitcode Archive Analysis Transforms CodeGen \
-                 Target ExecutionEngine Linker MC Object Option DebugInfo \
+PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen \
+                 Target ExecutionEngine Linker LTO MC Object Option DebugInfo \
                                                                 IRReader
 
 include $(LEVEL)/Makefile.common