summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-25 17:15:22 +0000
committerChris Lattner <sabre@nondot.org>2002-09-25 17:15:22 +0000
commit9e39816f13f2ccc095146987297b57c0bceaf216 (patch)
tree3e0144c4724c4fdc0312d8fdf71329f2d6608dcf /Makefile.common
parent112e97dbee144fd8e55401f1a785301a9c6c0806 (diff)
downloadllvm-9e39816f13f2ccc095146987297b57c0bceaf216.tar.gz
llvm-9e39816f13f2ccc095146987297b57c0bceaf216.tar.bz2
llvm-9e39816f13f2ccc095146987297b57c0bceaf216.tar.xz
Make sure to print message when linking a debug .o file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3918 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 1b0dd594cc..e8cc9bad5d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -333,6 +333,7 @@ $(LIBNAME_OBJP): $(ObjectsP) $(LibSubDirs) $(LIBPROFILE)/.dir
$(VERB) $(Relink) -o $@ $(ObjectsP) $(LibSubDirs)
$(LIBNAME_OBJG): $(ObjectsG) $(LibSubDirs) $(LIBDEBUG)/.dir
+ @echo "Linking $@"
$(VERB) $(Relink) -o $@ $(ObjectsG) $(LibSubDirs)
endif