]> granicus.if.org Git - llvm/commitdiff
gn build: pacify "gn format" after 371102
authorNico Weber <nicolasweber@gmx.de>
Fri, 13 Sep 2019 14:35:20 +0000 (14:35 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 13 Sep 2019 14:35:20 +0000 (14:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371858 91177308-0d34-0410-b5e6-96231b3b80d8

utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn

index eedc934f78372eab0d9c07176b0399585a48ab76..c13aa707f56059c810fd36bddd48e0532de4e678 100644 (file)
@@ -359,6 +359,8 @@ static_library("builtins") {
 
   if (target_cpu == "arm64") {
     sources += [
+      # This comment prevents `gn format` from putting the file on the same line
+      # as `sources +=`, for sync_source_lists_from_cmake.py.
       "aarch64/fp_mode.c",
     ]
     if (target_os == "mingw") {