diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index ef88afade7fb..eb4cf375bc53 100644 --- a/llvm/tools/Makefile +++ b/llvm/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = as dis opt analyze lli llc +DIRS = as dis opt link analyze lli llc include $(LEVEL)/Makefile.common