[gn build] (manually) port dedaf3a2ac5

This commit is contained in:
Nico Weber 2020-05-27 12:31:59 -04:00
parent 5ba874e472
commit 4f0eba28eb

View File

@ -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