Skip to content

Commit ce74d5f

Browse files
committed
[gn build] Port a10c9f9
1 parent a10c9f9 commit ce74d5f

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,9 @@ static_library("builtins") {
275275
sources -= [ "fp_mode.c" ]
276276
sources += [
277277
"cpu_model/x86.c",
278-
"i386/fp_mode.c",
279278
"extendbfsf2.c",
279+
"i386/fp_mode.c",
280280
"truncdfbf2.c",
281-
"truncxfbf2.c",
282281
"truncsfbf2.c",
283282
]
284283
if (long_double_is_80_bits) {

0 commit comments

Comments
 (0)