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