X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMakefile;h=0ddf917599f1d0e800d203ca365698a3cd7943f9;hb=fd0a8133e56e6c48d04e395290da69c3926a48d1;hp=0a4435ef64d614deb5657e4fca805793c9724381;hpb=8496faea07de27b6d3435d02855db4bfebcc2781;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index 0a4435ef64d..0ddf917599f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -10,9 +10,8 @@ LEVEL = .. include $(LEVEL)/Makefile.config -PARALLEL_DIRS := IR AsmParser Bitcode 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 LineEditor ProfileData include $(LEVEL)/Makefile.common -