Skip to content

Commit

Permalink
[compiler-rt] Rename the now lone i386/chkstk2.S to i386/chkstk.S
Browse files Browse the repository at this point in the history
This step was omitted from the previous commit,
885d7b7, for clarity.
  • Loading branch information
mstorsjo committed Sep 1, 2023
1 parent 885d7b7 commit 1f9eff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/lib/builtins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ if (NOT MSVC)
if (WIN32)
set(i386_SOURCES
${i386_SOURCES}
i386/chkstk2.S
i386/chkstk.S
)
endif()
else () # MSVC
Expand Down
File renamed without changes.

0 comments on commit 1f9eff1

Please sign in to comment.