forked from OSchip/llvm-project
[gn build] (semi-manually) port b136a74efc
This commit is contained in:
parent
39970764af
commit
a431268668
|
@ -486,6 +486,12 @@ static_library("builtins") {
|
|||
]
|
||||
}
|
||||
|
||||
if (current_cpu == "riscv" || current_cpu == "riscv64") {
|
||||
sources += [
|
||||
"riscv/restore.S",
|
||||
"riscv/save.S",
|
||||
]
|
||||
}
|
||||
if (current_cpu == "riscv") {
|
||||
sources += [ "riscv/mulsi3.S" ]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue