mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[gn build] Port 57903cf0933 -- https://reviews.llvm.org/rG57903cf0933
This commit is contained in:
parent
6c95309ed1
commit
1bc410be68
@ -479,6 +479,10 @@ static_library("builtins") {
|
||||
sources += [ "riscv/mulsi3.S" ]
|
||||
}
|
||||
|
||||
if (current_cpu == "riscv64") {
|
||||
sources += [ "riscv/muldi3.S" ]
|
||||
}
|
||||
|
||||
if (current_cpu == "ve") {
|
||||
sources += [
|
||||
"ve/grow_stack.S",
|
||||
|
Loading…
x
Reference in New Issue
Block a user