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