X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=d8bf1f8fffd3deebb777df05bcbf3851a4ac508f;hb=523cd85b50c3081d9859fe41afadce13c43e1bc9;hp=71ba552326678919f4ad2ca63d05f10d17c57a5c;hpb=f2ca4cb86df1d38c439f35774210b16f36841531;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 71ba5523266..d8bf1f8fffd 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,7 +9,8 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support System Transforms VMCore Analysis +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \ + DebugInfo Object include $(LEVEL)/Makefile.common