File tree 4 files changed +11
-20
lines changed
4 files changed +11
-20
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,7 @@ static_library("builtins") {
174
174
175
175
if (current_os != " fuchsia" && ! compiler_rt_baremetal_build ) {
176
176
sources += [
177
- # This comment prevents `gn format` from putting the file on the same line
178
- # as `sources +=`, for sync_source_lists_from_cmake.py.
177
+ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
179
178
" clear_cache.c" ,
180
179
]
181
180
}
@@ -425,14 +424,13 @@ static_library("builtins") {
425
424
426
425
if (current_cpu == " arm64" ) {
427
426
sources += [
428
- # This comment prevents `gn format` from putting the file on the same line
429
- # as `sources +=`, for sync_source_lists_from_cmake.py.
427
+ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
430
428
" aarch64/fp_mode.c" ,
431
429
]
432
430
if (current_os == " mingw" ) {
433
431
sources += [
434
- # This comment prevents `gn format` from putting the file on the same
435
- # line as `sources +=`, for sync_source_lists_from_cmake.py.
432
+ # Make `gn format` not collapse this, for
433
+ # sync_source_lists_from_cmake.py.
436
434
" aarch64/chkstk.S" ,
437
435
]
438
436
}
Original file line number Diff line number Diff line change @@ -172,8 +172,7 @@ if (target_os == "win") {
172
172
}
173
173
if (target_os == " solaris" ) {
174
174
cxx_sources += [
175
- # This comment prevents `gn format` from putting the file on the same line
176
- # as `sources +=`, for sync_source_lists_from_cmake.py.
175
+ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
177
176
" support/solaris/xlocale.cpp" ,
178
177
]
179
178
}
@@ -185,8 +184,7 @@ if (libcxx_enable_filesystem) {
185
184
]
186
185
if (libcxx_use_compiler_rt ) {
187
186
cxx_sources += [
188
- # This comment prevents `gn format` from putting the file on the same line
189
- # as `sources +=`, for sync_source_lists_from_cmake.py.
187
+ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
190
188
" filesystem/int128_builtins.cpp" ,
191
189
]
192
190
}
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ declare_args() {
18
18
}
19
19
20
20
cxxabi_headers = [
21
- # This comment prevents `gn format` from putting the file on the same line
22
- # as `sources +=`, for sync_source_lists_from_cmake.py.
21
+ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
23
22
" ../include/cxxabi.h" ,
24
23
]
25
24
@@ -55,15 +54,13 @@ if (libcxxabi_enable_exceptions) {
55
54
]
56
55
} else {
57
56
cxxabi_sources += [
58
- # This comment prevents `gn format` from putting the file on the same line
59
- # as `sources +=`, for sync_source_lists_from_cmake.py.
57
+ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
60
58
" cxa_noexception.cpp" ,
61
59
]
62
60
}
63
61
if (target_os == " linux" || target_os == " fuchsia" ) {
64
62
cxxabi_sources += [
65
- # This comment prevents `gn format` from putting the file on the same line
66
- # as `sources +=`, for sync_source_lists_from_cmake.py.
63
+ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
67
64
" cxa_thread_atexit.cpp" ,
68
65
]
69
66
}
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ unwind_headers = [
17
17
]
18
18
if (target_os == " mac" ) {
19
19
unwind_headers += [
20
- # This comment prevents `gn format` from putting the file on the same line
21
- # as `sources +=`, for sync_source_lists_from_cmake.py.
20
+ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
22
21
" ../include/mach-o/compact_unwind_encoding.h" ,
23
22
]
24
23
}
@@ -46,8 +45,7 @@ unwind_sources = [
46
45
]
47
46
if (target_os == " mac" ) {
48
47
unwind_sources += [
49
- # This comment prevents `gn format` from putting the file on the same line
50
- # as `sources +=`, for sync_source_lists_from_cmake.py.
48
+ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
51
49
" Unwind_AppleExtras.cpp" ,
52
50
]
53
51
}
You can’t perform that action at this time.
0 commit comments