mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-23 19:59:48 +00:00
gn build: pacify "gn format" after 371102
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3b774599a
commit
d48ba38f9f
@ -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
Block a user