[llvm] 400083f - [gn build] Update console print to match the commit message (NFC)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 13:12:32 PST 2019


Author: Mehdi Amini
Date: 2019-12-18T16:12:19-05:00
New Revision: 400083f21e48fa03e3816fc3095e4339d6eef135

URL: https://github.com/llvm/llvm-project/commit/400083f21e48fa03e3816fc3095e4339d6eef135
DIFF: https://github.com/llvm/llvm-project/commit/400083f21e48fa03e3816fc3095e4339d6eef135.diff

LOG: [gn build] Update console print to match the commit message (NFC)

Added: 
    

Modified: 
    llvm/utils/gn/build/sync_source_lists_from_cmake.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/build/sync_source_lists_from_cmake.py b/llvm/utils/gn/build/sync_source_lists_from_cmake.py
index a16c687612c4..f4a9933e2327 100755
--- a/llvm/utils/gn/build/sync_source_lists_from_cmake.py
+++ b/llvm/utils/gn/build/sync_source_lists_from_cmake.py
@@ -98,7 +98,7 @@ def by_rev(files, key):
 
     # Output necessary changes grouped by revision.
     for rev in sorted(changes_by_rev):
-        print('gn build: Merge {0} -- https://reviews.llvm.org/rG{0}'
+        print('[gn build] Port {0} -- https://reviews.llvm.org/rG{0}'
             .format(rev))
         for gn_file, data in sorted(changes_by_rev[rev].items()):
             add = data.get('add', [])


        


More information about the llvm-commits mailing list