[gn] run `gn format` on new build file
authorNico Weber <thakis@chromium.org>
Tue, 20 Dec 2022 15:04:39 +0000 (10:04 -0500)
committerNico Weber <thakis@chromium.org>
Tue, 20 Dec 2022 15:04:47 +0000 (10:04 -0500)
llvm/utils/gn/secondary/llvm/lib/TargetParser/BUILD.gn

index ba127b2..0a184ca 100644 (file)
@@ -8,8 +8,8 @@ static_library("TargetParser") {
   ]
   sources = [
     "AArch64TargetParser.cpp",
-    "ARMTargetParserCommon.cpp",
     "ARMTargetParser.cpp",
+    "ARMTargetParserCommon.cpp",
     "CSKYTargetParser.cpp",
     "Host.cpp",
     "LoongArchTargetParser.cpp",