1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

[gn build] (manually) port db61b1844e11f

This commit is contained in:
Nico Weber 2020-11-19 14:24:27 -05:00
parent 1b85a31007
commit db9700bc51

View File

@ -197,6 +197,7 @@ static_library("builtins") {
sources += [
"comparetf2.c",
"extenddftf2.c",
"extendhftf2.c",
"extendsftf2.c",
"fixtfdi.c",
"fixtfsi.c",
@ -212,6 +213,7 @@ static_library("builtins") {
"floatuntitf.c",
"multc3.c",
"trunctfdf2.c",
"trunctfhf2.c",
"trunctfsf2.c",
]
}