[llvm] 2a65941 - [gn] port 8300f30a9234

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 08:25:56 PST 2024


Author: Nico Weber
Date: 2024-03-04T11:25:47-05:00
New Revision: 2a65941a7964644930dcf97559f73f8e5b81738e

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

LOG: [gn] port 8300f30a9234

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 63285ef7ff8a50..4b8d6193eae497 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -276,6 +276,7 @@ static_library("builtins") {
     sources += [
       "cpu_model/x86.c",
       "i386/fp_mode.c",
+      "extendbfsf2.c",
       "truncdfbf2.c",
       "truncsfbf2.c",
     ]


        


More information about the llvm-commits mailing list