Skip to content

Commit

Permalink
[gn build] (manually) port dedaf3a
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed May 27, 2020
1 parent 5ba874e commit 4f0eba2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
Expand Up @@ -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
Expand Down

0 comments on commit 4f0eba2

Please sign in to comment.