[llvm] d21289e - [gn build] (manually) port fb7a435492a5

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 04:23:33 PDT 2022


Author: Nico Weber
Date: 2022-05-02T07:23:10-04:00
New Revision: d21289e042d0b9b8f1ea0c6b0c450383313f3185

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

LOG: [gn build] (manually) port fb7a435492a5

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 d595bef112164..f953440c2bb92 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -433,6 +433,14 @@ static_library("builtins") {
     }
   }
 
+  if (current_cpu == "avr") {
+    sources += [
+      "avr/exit.S",
+      "avr/mulhi3.S",
+      "avr/mulqi3.S",
+    ]
+  }
+
   if (current_cpu == "hexagon") {
     sources += [
       "hexagon/common_entry_exit_abi1.S",


        


More information about the llvm-commits mailing list