mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 19:34:29 +00:00
[gn build] (manually) port dedaf3a2ac5
This commit is contained in:
parent
5ba874e472
commit
4f0eba28eb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user