forked from OSchip/llvm-project
[gn build] (manually) port fb7a435492
This commit is contained in:
parent
c5e875f599
commit
d21289e042
|
@ -433,6 +433,14 @@ static_library("builtins") {
|
|||
}
|
||||
}
|
||||
|
||||
if (current_cpu == "avr") {
|
||||
sources += [
|
||||
"avr/exit.S",
|
||||
"avr/mulhi3.S",
|
||||
"avr/mulqi3.S",
|
||||
]
|
||||
}
|
||||
|
||||
if (current_cpu == "hexagon") {
|
||||
sources += [
|
||||
"hexagon/common_entry_exit_abi1.S",
|
||||
|
|
Loading…
Reference in New Issue