[gn build] (manually) port 5087ace6519 more
authorNico Weber <thakis@chromium.org>
Sun, 15 Mar 2020 20:28:19 +0000 (16:28 -0400)
committerNico Weber <thakis@chromium.org>
Sun, 15 Mar 2020 20:28:19 +0000 (16:28 -0400)
llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn

index a6c5be0..ff0734c 100644 (file)
@@ -46,7 +46,8 @@ copy("arm_headers") {
     ":arm_sve",
   ]
   sources = get_target_outputs(":arm_neon") + get_target_outputs(":arm_fp16") +
-            get_target_outputs(":arm_mve")  + get_target_outputs(":arm_cde")
+            get_target_outputs(":arm_mve") + get_target_outputs(":arm_cde") +
+            get_target_outputs(":arm_sve")
   outputs = [ "$clang_resource_dir/include/{{source_file_part}}" ]
 }