[llvm] f4a0cb5 - [gn build] Port 311bc6683dee

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 14 08:35:28 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-10-14T15:35:13Z
New Revision: f4a0cb5c95939abd99fc2a7f5ba0a9febfffd78a

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

LOG: [gn build] Port 311bc6683dee

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 0649daf46b9276b..d932d2db1c98abf 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -473,7 +473,6 @@ static_library("builtins") {
     sources -= [ "fp_mode.c" ]
     sources += [
       "aarch64/fp_mode.c",
-      "aarch64/sme-abi-init.c",
       "aarch64/sme-abi.S",
       "cpu_model.c",
     ]


        


More information about the llvm-commits mailing list