[llvm] 4f0eba2 - [gn build] (manually) port dedaf3a2ac5

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 09:32:14 PDT 2020


Author: Nico Weber
Date: 2020-05-27T12:31:59-04:00
New Revision: 4f0eba28eba873de402d9742d62fcae89f4c2363

URL: https://github.com/llvm/llvm-project/commit/4f0eba28eba873de402d9742d62fcae89f4c2363
DIFF: https://github.com/llvm/llvm-project/commit/4f0eba28eba873de402d9742d62fcae89f4c2363.diff

LOG: [gn build] (manually) port dedaf3a2ac5

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
index 2c33adb2a6d4..7793901770f3 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -497,6 +497,13 @@ static_library("builtins") {
     ]
   }
 
+  if (current_cpu == "ve") {
+    sources += [
+      "ve/grow_stack.S",
+      "ve/grow_stack_align.S",
+    ]
+  }
+
   if (!compiler_rt_exclude_atomic_builtin) {
     sources += [
       # This comment prevents `gn format` from putting the file on the same line


        


More information about the llvm-commits mailing list