[gn build] unconfuse sync script after 762f0b546328
authorNico Weber <thakis@chromium.org>
Tue, 1 Feb 2022 12:22:33 +0000 (07:22 -0500)
committerNico Weber <thakis@chromium.org>
Tue, 1 Feb 2022 12:22:33 +0000 (07:22 -0500)
llvm/utils/gn/secondary/llvm/unittests/Target/ARM/BUILD.gn

index 73d2332..b13adf2 100644 (file)
@@ -12,5 +12,8 @@ unittest("ARMTests") {
     "//llvm/lib/Target/ARM/Utils",
   ]
   include_dirs = [ "//llvm/lib/Target/ARM" ]
-  sources = [ "MachineInstrTest.cpp", "InstSizes.cpp" ]
+  sources = [
+    "InstSizes.cpp",
+    "MachineInstrTest.cpp",
+  ]
 }