X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FMakefile;h=9b76126b80a9408051ad8162669b71760a3aeeda;hp=043eda6b99b7ec65608e425dcdd5db224c9aa8d8;hb=66e256e46ec68ed425d0bf0b067a3bf003915a09;hpb=c2c50cdcdc19a1bca993c06d13d8cdca87083ce4 diff --git a/lib/Makefile b/lib/Makefile index 043eda6b99b..9b76126b80a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 LineEditor ProfileData Passes LibDriver include $(LEVEL)/Makefile.common -