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",
]
}
]
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",
]
}
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",
]
}