[llvm] 504697e - [gn build] (manually) port c9af34027bc

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 03:36:38 PDT 2020


Author: Nico Weber
Date: 2020-09-17T06:33:24-04:00
New Revision: 504697e6f40ecad3da44aa43568b869780644353

URL: https://github.com/llvm/llvm-project/commit/504697e6f40ecad3da44aa43568b869780644353
DIFF: https://github.com/llvm/llvm-project/commit/504697e6f40ecad3da44aa43568b869780644353.diff

LOG: [gn build] (manually) port c9af34027bc

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 024a2aa0dfbc6..5ce3cba59ac46 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -64,6 +64,7 @@ static_library("builtins") {
     "divdi3.c",
     "divmoddi4.c",
     "divmodsi4.c",
+    "divmodti4.c",
     "divsc3.c",
     "divsf3.c",
     "divsi3.c",


        


More information about the llvm-commits mailing list