Skip to content

Commit 1f9eff1

Browse files
committed
[compiler-rt] Rename the now lone i386/chkstk2.S to i386/chkstk.S
This step was omitted from the previous commit, 885d7b7, for clarity.
1 parent 885d7b7 commit 1f9eff1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler-rt/lib/builtins/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ if (NOT MSVC)
362362
if (WIN32)
363363
set(i386_SOURCES
364364
${i386_SOURCES}
365-
i386/chkstk2.S
365+
i386/chkstk.S
366366
)
367367
endif()
368368
else () # MSVC
File renamed without changes.

0 commit comments

Comments
 (0)