[llvm] 650c0b6 - [gn build] (semi-automatically) port 8bc0bb956421

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 04:42:52 PDT 2022


Author: Nico Weber
Date: 2022-06-15T07:42:19-04:00
New Revision: 650c0b6e39167d3e57c393677979521b0d98d13b

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

LOG: [gn build] (semi-automatically) port 8bc0bb956421

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 6a78b2b903d94..6618622048c31 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -193,6 +193,7 @@ static_library("builtins") {
     "subvsi3.c",
     "subvti3.c",
     "trampoline_setup.c",
+    "truncdfbf2.c",
     "truncdfhf2.c",
     "truncdfsf2.c",
     "truncsfhf2.c",


        


More information about the llvm-commits mailing list