forked from OSchip/llvm-project
gn build: pacify "gn format" after 371102
llvm-svn: 371858
This commit is contained in:
parent
455a0db01a
commit
e7e8b51b03
|
|
@ -359,6 +359,8 @@ static_library("builtins") {
|
|||
|
||||
if (target_cpu == "arm64") {
|
||||
sources += [
|
||||
# This comment prevents `gn format` from putting the file on the same line
|
||||
# as `sources +=`, for sync_source_lists_from_cmake.py.
|
||||
"aarch64/fp_mode.c",
|
||||
]
|
||||
if (target_os == "mingw") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue