Skip to content

Commit 8477fa0

Browse files
committed
Revert "[compiler-rt] Rename the now lone i386/chkstk2.S to i386/chkstk.S"
This reverts commit 1f9eff1. This is done in preparation of reverting parts of 885d7b7.
1 parent 54d86df commit 8477fa0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler-rt/lib/builtins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ if (NOT MSVC)
388388
if (WIN32)
389389
set(i386_SOURCES
390390
${i386_SOURCES}
391-
i386/chkstk.S
391+
i386/chkstk2.S
392392
)
393393
endif()
394394
else () # MSVC

0 commit comments

Comments
 (0)