[llvm] r366763 - gn build: Wrap two comments to 80 columns

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 16:23:38 PDT 2019


Author: nico
Date: Mon Jul 22 16:23:38 2019
New Revision: 366763

URL: http://llvm.org/viewvc/llvm-project?rev=366763&view=rev
Log:
gn build: Wrap two comments to 80 columns

Modified:
    llvm/trunk/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn

Modified: llvm/trunk/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn?rev=366763&r1=366762&r2=366763&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn Mon Jul 22 16:23:38 2019
@@ -2,7 +2,7 @@ import("//compiler-rt/target.gni")
 import("//llvm/utils/gn/build/buildflags.gni")
 
 declare_args() {
-  # Skip the atomic builtin (these should normally be provided by a shared library)
+  # Skip the atomic builtin (should normally be provided by a shared library).
   compiler_rt_exclude_atomic_builtin = true
 
   # Compile builtins for baremetal.
@@ -404,7 +404,8 @@ static_library("builtins") {
   }
 }
 
-# Currently unused but necessary to make the sync_source_lists_from_cmake.py happy.
+# Currently unused but necessary to make the sync_source_lists_from_cmake.py
+# happy.
 source_set("_unused") {
   sources = [
     # Thumb1




More information about the llvm-commits mailing list