X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMakefile;h=2ed0636cfd2c30980877562e4ce5ffe1c74d2395;hb=9920bd341a7f6ddb887c397d41328848aba43a8d;hp=e3b03dabe4acd9ddd37e4581c801f06d9dbaad56;hpb=96a564f2beec8c1930f0640844eec433e03bbce8;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index e3b03dabe4a..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 Option DebugInfo +PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \ + ExecutionEngine Linker LTO MC Object Option DebugInfo \ + IRReader include $(LEVEL)/Makefile.common -