[llvm] 5683fc5 - [gn] port a5dd6463608b

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 11:05:56 PST 2024


Author: Nico Weber
Date: 2024-11-26T14:05:38-05:00
New Revision: 5683fc5cc043d1f43294bc57e04a901ad8cafcf5

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

LOG: [gn] port a5dd6463608b

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 cf4a31a144557e..67343297fae41d 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -285,6 +285,7 @@ static_library("builtins") {
     if (long_double_is_80_bits) {
       sources += [
         "divxc3.c",
+        "extendhfxf2.c",
         "extendxftf2.c",
         "fixunsxfdi.c",
         "fixunsxfsi.c",


        


More information about the llvm-commits mailing list