X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2FMakefile;h=4b8923a58d33a94abe9f46026cd3a86e22c1ff74;hb=0660f174cfea90586a2ef3cab733431e2365d018;hp=9ba4608ecade34d729622b4f1487632c7802098d;hpb=89c4197256acd0fa340aa9657f167152f8c3f7be;p=oota-llvm.git diff --git a/tools/Makefile b/tools/Makefile index 9ba4608ecad..4b8923a58d3 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -21,7 +21,8 @@ endif # Build LLD and LLDB if present. Note LLDB must be built last as it depends on # the wider LLVM infrastructure (including Clang). -OPTIONAL_DIRS := lld lldb +OPTIONAL_PARALLEL_DIRS += lld +OPTIONAL_DIRS := lldb # NOTE: The tools are organized into five groups of four consisting of one # large and three small executables. This is done to minimize memory load @@ -73,4 +74,8 @@ ifneq ($(ENABLE_SHARED),1) endif endif +ifneq (,$(filter go,$(BINDINGS_TO_BUILD))) + PARALLEL_DIRS += llvm-go +endif + include $(LEVEL)/Makefile.common