[llvm] b5f041f - [gn build] Port 1f9eff100ce8

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 09:44:49 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-09-01T16:44:37Z
New Revision: b5f041f1fe75b400d41998d9c07bf5185cf431e3

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

LOG: [gn build] Port 1f9eff100ce8

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
index e1ca9482af143f..17f39a86c08166 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -321,10 +321,7 @@ static_library("builtins") {
       "i386/umoddi3.S",
     ]
     if (current_os == "win") {
-      sources += [
-        "i386/chkstk.S",
-        "i386/chkstk2.S",
-      ]
+      sources += [ "i386/chkstk.S" ]
     }
   } else if (current_cpu == "x64") {
     sources -= [


        


More information about the llvm-commits mailing list