[llvm] 79d06eb - [gn build] Port 885d7b759b5c

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


Author: LLVM GN Syncbot
Date: 2023-09-01T16:44:38Z
New Revision: 79d06eba71d914a04aee3659b995c93611a3219e

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

LOG: [gn build] Port 885d7b759b5c

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 17f39a86c08166..303a6c29d7b91e 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -341,10 +341,7 @@ static_library("builtins") {
       "x86_64/floatundixf.S",
     ]
     if (current_os == "win") {
-      sources += [
-        "x86_64/chkstk.S",
-        "x86_64/chkstk2.S",
-      ]
+      sources += [ "x86_64/chkstk.S" ]
     }
   }
 


        


More information about the llvm-commits mailing list