1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[gn build] (manually) merge 1fb91fcf9cfe849

This commit is contained in:
Nico Weber 2020-11-19 14:24:27 -05:00
parent 9dd02d7898
commit 344a0904d8

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",
]
}