1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

gn build: Wrap two comments to 80 columns

llvm-svn: 366763
This commit is contained in:
Nico Weber 2019-07-22 23:23:38 +00:00
parent d32db46951
commit 5e543873e5

View File

@ -2,7 +2,7 @@ import("//compiler-rt/target.gni")
import("//llvm/utils/gn/build/buildflags.gni") import("//llvm/utils/gn/build/buildflags.gni")
declare_args() { 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 compiler_rt_exclude_atomic_builtin = true
# Compile builtins for baremetal. # 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") { source_set("_unused") {
sources = [ sources = [
# Thumb1 # Thumb1