Skip to content

Commit b5f041f

Browse files
committed
[gn build] Port 1f9eff1
1 parent 1f9eff1 commit b5f041f

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,7 @@ static_library("builtins") {
321321
"i386/umoddi3.S",
322322
]
323323
if (current_os == "win") {
324-
sources += [
325-
"i386/chkstk.S",
326-
"i386/chkstk2.S",
327-
]
324+
sources += [ "i386/chkstk.S" ]
328325
}
329326
} else if (current_cpu == "x64") {
330327
sources -= [

0 commit comments

Comments
 (0)