Skip to content

Commit 79d06eb

Browse files
committed
[gn build] Port 885d7b7
1 parent b5f041f commit 79d06eb

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
@@ -341,10 +341,7 @@ static_library("builtins") {
341341
"x86_64/floatundixf.S",
342342
]
343343
if (current_os == "win") {
344-
sources += [
345-
"x86_64/chkstk.S",
346-
"x86_64/chkstk2.S",
347-
]
344+
sources += [ "x86_64/chkstk.S" ]
348345
}
349346
}
350347

0 commit comments

Comments
 (0)