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