[llvm] 61ed538 - [gn] port c18be32185ca

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 04:34:24 PDT 2024


Author: Nico Weber
Date: 2024-09-19T07:34:17-04:00
New Revision: 61ed5387c8dcc473f690b12c891741847d7145dd

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

LOG: [gn] port c18be32185ca

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 2fd3b9a7dd3db5..8904aed28229f1 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -279,6 +279,7 @@ static_library("builtins") {
       "i386/fp_mode.c",
       "truncdfbf2.c",
       "truncsfbf2.c",
+      "truncxfbf2.c",
     ]
     if (long_double_is_80_bits) {
       sources += [


        


More information about the llvm-commits mailing list