Skip to content

Commit b9301c2

Browse files
committed
[gn] port 825706b
1 parent ac27b24 commit b9301c2

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

llvm/utils/gn/secondary/compiler-rt/lib/builtins/sources.gni

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,10 @@ if (current_cpu == "x86") {
272272
]
273273
}
274274
if (current_os == "win") {
275-
builtins_sources += [ "i386/chkstk.S" ]
275+
builtins_sources += [
276+
"i386/chkstk.S",
277+
"i386/chkstk2.S",
278+
]
276279
}
277280
} else if (current_cpu == "x64") {
278281
builtins_sources -= [

0 commit comments

Comments
 (0)