From: Nico Weber Date: Wed, 27 May 2020 16:31:59 +0000 (-0400) Subject: [gn build] (manually) port dedaf3a2ac5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f0eba28eba873de402d9742d62fcae89f4c2363;p=platform%2Fupstream%2Fllvm.git [gn build] (manually) port dedaf3a2ac5 --- 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 2c33adb..7793901 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