[llvm] c442d20 - [gn build] Port f445be9790f9

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


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

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

LOG: [gn build] Port f445be9790f9

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 d932d2db1c98abf..303a6c29d7b91e2 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.S",
       "cpu_model.c",
     ]
     if (current_os == "mingw") {


        


More information about the llvm-commits mailing list