]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Make sure to print message when linking a debug .o file
authorChris Lattner <sabre@nondot.org>
Wed, 25 Sep 2002 17:15:22 +0000 (17:15 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 25 Sep 2002 17:15:22 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3918 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 1b0dd594cc0c9eb712c2f8efa93cba4ed44fe46f..e8cc9bad5dcd708554d06740de2246758ea49cfd 100644 (file)
@@ -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
index 1b0dd594cc0c9eb712c2f8efa93cba4ed44fe46f..e8cc9bad5dcd708554d06740de2246758ea49cfd 100644 (file)
@@ -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