From b9e1e6af3961ced305ea6005b216b7fd0778ccf5 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 2 May 2023 20:42:03 -0400 Subject: [PATCH] [gn] reformat all gn files I ran: git ls-files '*.gn' '*.gni' | xargs llvm/utils/gn/gn.py format --- llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn | 2 +- llvm/utils/gn/secondary/clang/tools/clang-scan-deps/BUILD.gn | 2 +- llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn | 1 - llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn index 478749220f25..1c77969c2631 100644 --- a/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn @@ -220,10 +220,10 @@ copy("Headers") { "riscv_ntlh.h", "rtmintrin.h", "s390intrin.h", - "sifive_vector.h", "serializeintrin.h", "sgxintrin.h", "shaintrin.h", + "sifive_vector.h", "smmintrin.h", "stdalign.h", "stdarg.h", diff --git a/llvm/utils/gn/secondary/clang/tools/clang-scan-deps/BUILD.gn b/llvm/utils/gn/secondary/clang/tools/clang-scan-deps/BUILD.gn index 48a9ddc7746c..f29c8ab1c2ba 100644 --- a/llvm/utils/gn/secondary/clang/tools/clang-scan-deps/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/tools/clang-scan-deps/BUILD.gn @@ -1,5 +1,5 @@ -import("//llvm/utils/gn/build/driver_executable.gni") import("//llvm/utils/TableGen/tablegen.gni") +import("//llvm/utils/gn/build/driver_executable.gni") tablegen("Opts") { visibility = [ ":clang-scan-deps" ] diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn index 406807a2c864..2fe08699bca3 100644 --- a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn @@ -20,4 +20,3 @@ group("scudo") { } testonly = true } - diff --git a/llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn b/llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn index 37082746e098..bb1f3ad20b9d 100644 --- a/llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn +++ b/llvm/utils/gn/secondary/lldb/tools/lldb-server/BUILD.gn @@ -39,6 +39,7 @@ executable("lldb-server") { #deps += [ "//lldb/source/Plugins/Platform/Android" ] } } + #} else if (current_os == "freebsd") { #deps += [ "//lldb/source/Platform/Process/FreeBSD" ] #deps += [ "//lldb/source/Plugins/Process/FreeBSD" ] -- 2.34.1