X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMakefile;h=2ed0636cfd2c30980877562e4ce5ffe1c74d2395;hb=d975a82e08ab15242724bc46e53d58b4ff3e4815;hp=fd575cd19570ef2034af5f9e8e6614a1a87e5e99;hpb=eae5a13078037e6b6591fd4f414452a7075cecf7;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index fd575cd1957..2ed0636cfd2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -10,8 +10,8 @@ LEVEL = .. include $(LEVEL)/Makefile.config -PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \ - Target ExecutionEngine Linker MC Object DebugInfo +PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \ + ExecutionEngine Linker LTO MC Object Option DebugInfo \ + IRReader include $(LEVEL)/Makefile.common -