[llvm] 21ab2b6 - [gn build] (semi-manually) port 70a66c08fc65

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 17:34:58 PDT 2022


Author: Nico Weber
Date: 2022-05-05T20:34:49-04:00
New Revision: 21ab2b6ca870cbe82a632634428f4a1c8d1f790f

URL: https://github.com/llvm/llvm-project/commit/21ab2b6ca870cbe82a632634428f4a1c8d1f790f
DIFF: https://github.com/llvm/llvm-project/commit/21ab2b6ca870cbe82a632634428f4a1c8d1f790f.diff

LOG: [gn build] (semi-manually) port 70a66c08fc65

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 f953440c2bb92..39154c25f6729 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -436,8 +436,12 @@ static_library("builtins") {
   if (current_cpu == "avr") {
     sources += [
       "avr/exit.S",
+      "avr/divmodhi4.S",
+      "avr/divmodqi4.S",
       "avr/mulhi3.S",
       "avr/mulqi3.S",
+      "avr/udivmodhi4.S",
+      "avr/udivmodqi4.S",
     ]
   }
 


        


More information about the llvm-commits mailing list