diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2019-04-05 23:57:10 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2019-04-05 23:57:10 +0000 |
| commit | ad8d06b6877d0436af606e24009276b104f1a14a (patch) | |
| tree | 52644a97d9ed840542fb9f123726cc59474c9d63 /llvm/utils | |
| parent | 4c03ea14f2d621807e4d4d9987e5be2615346f9a (diff) | |
| download | bcm5719-llvm-ad8d06b6877d0436af606e24009276b104f1a14a.tar.gz bcm5719-llvm-ad8d06b6877d0436af606e24009276b104f1a14a.zip | |
gn build: Pacify `gn format`
llvm-svn: 357830
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn index b3dbd034414..dc830a5b273 100644 --- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn @@ -167,6 +167,8 @@ static_library("builtins") { if (target_os != "fuchsia" && !compiler_rt_baremetal_build) { sources += [ + # This comment prevents `gn format` from putting the file on the same line + # as `sources +=`, for sync_source_lists_from_cmake.py. "clear_cache.c", ] } @@ -326,6 +328,8 @@ static_library("builtins") { ] if (target_os == "mingw") { sources += [ + # This comment prevents `gn format` from putting the file on the same + # line as `sources +=`, for sync_source_lists_from_cmake.py. "aarch64/chkstk.S", ] } @@ -385,12 +389,16 @@ static_library("builtins") { if (target_cpu == "riscv") { sources += [ + # This comment prevents `gn format` from putting the file on the same line + # as `sources +=`, for sync_source_lists_from_cmake.py. "riscv/mulsi3.S", ] } if (!compiler_rt_exclude_atomic_builtin) { sources += [ + # This comment prevents `gn format` from putting the file on the same line + # as `sources +=`, for sync_source_lists_from_cmake.py. "atomic.c", ] } |

