Skip to content

Commit e730f4a

Browse files
committed
[gn] port 3694697
1 parent 7f2dd2d commit e730f4a

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/compiler-rt/lib/builtins

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ static_library("builtins") {
271271
sources += [
272272
"cpu_model.c",
273273
"divxc3.c",
274+
"extendxftf2.c",
274275
"fixunsxfdi.c",
275276
"fixunsxfsi.c",
276277
"fixunsxfti.c",
@@ -285,6 +286,7 @@ static_library("builtins") {
285286
"powixf2.c",
286287
"truncdfbf2.c",
287288
"truncsfbf2.c",
289+
"trunctfxf2.c",
288290
]
289291
}
290292
if (current_cpu == "x86") {

0 commit comments

Comments
 (0)