[llvm] 794d080 - [gn build] (semi-automatically) port fb34d531af95

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


Author: Nico Weber
Date: 2022-06-15T07:42:40-04:00
New Revision: 794d080e2eef4813bf233a251ee7bf51e68b8bc4

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

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

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 6618622048c3..db14814909e7 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -196,6 +196,7 @@ static_library("builtins") {
     "truncdfbf2.c",
     "truncdfhf2.c",
     "truncdfsf2.c",
+    "truncsfbf2.c",
     "truncsfhf2.c",
     "ucmpdi2.c",
     "ucmpti2.c",


        


More information about the llvm-commits mailing list