[compiler-rt] 1f9eff1 - [compiler-rt] Rename the now lone i386/chkstk2.S to i386/chkstk.S

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 09:44:33 PDT 2023


Author: Martin Storsjö
Date: 2023-09-01T19:43:56+03:00
New Revision: 1f9eff100ce8faea1284d68b779d844c6e019b77

URL: https://github.com/llvm/llvm-project/commit/1f9eff100ce8faea1284d68b779d844c6e019b77
DIFF: https://github.com/llvm/llvm-project/commit/1f9eff100ce8faea1284d68b779d844c6e019b77.diff

LOG: [compiler-rt] Rename the now lone i386/chkstk2.S to i386/chkstk.S

This step was omitted from the previous commit,
885d7b759b5c166c07c07f4c58c6e0ba110fb0c2, for clarity.

Added: 
    compiler-rt/lib/builtins/i386/chkstk.S

Modified: 
    compiler-rt/lib/builtins/CMakeLists.txt

Removed: 
    compiler-rt/lib/builtins/i386/chkstk2.S


################################################################################
diff  --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt
index e43cc9a41beb0f7..e162512ae9e7c61 100644
--- a/compiler-rt/lib/builtins/CMakeLists.txt
+++ b/compiler-rt/lib/builtins/CMakeLists.txt
@@ -362,7 +362,7 @@ if (NOT MSVC)
   if (WIN32)
     set(i386_SOURCES
       ${i386_SOURCES}
-      i386/chkstk2.S
+      i386/chkstk.S
     )
   endif()
 else () # MSVC

diff  --git a/compiler-rt/lib/builtins/i386/chkstk2.S b/compiler-rt/lib/builtins/i386/chkstk.S
similarity index 100%
rename from compiler-rt/lib/builtins/i386/chkstk2.S
rename to compiler-rt/lib/builtins/i386/chkstk.S


        


More information about the llvm-commits mailing list