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:
parent
d32db46951
commit
5e543873e5
@ -2,7 +2,7 @@ import("//compiler-rt/target.gni")
|
||||
import("//llvm/utils/gn/build/buildflags.gni")
|
||||
|
||||
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
|
||||
|
||||
# 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") {
|
||||
sources = [
|
||||
# Thumb1
|
||||
|
Loading…
x
Reference in New Issue
Block a user