[llvm] [gn] "port" 93e03fc2666e (PR #203536)
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 07:20:56 PDT 2026
https://github.com/nico created https://github.com/llvm/llvm-project/pull/203536
None
>From 7780005f4c241d386248bd4ce08600bbc952a30c Mon Sep 17 00:00:00 2001
From: Nico Weber <thakis at chromium.org>
Date: Fri, 12 Jun 2026 10:20:35 -0400
Subject: [PATCH] [gn] "port" 93e03fc2666e
---
llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn | 7 +++++++
1 file changed, 7 insertions(+)
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 40ac65361ce73..b99485a0bb034 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -110,6 +110,13 @@ source_set("_unused") {
"arm/fixunsdfsi.S",
"arm/fixunssfdi.S",
"arm/fixunssfsi.S",
+ "arm/floatdidf.S",
+ "arm/floatdisf.S",
+ "arm/floatsidf.S",
+ "arm/floatsisf.S",
+ "arm/floatundidf.S",
+ "arm/floatunsidf.S",
+ "arm/floatunsisf.S",
"arm/fnan2.c",
"arm/fnorm2.c",
"arm/funder.c",
More information about the llvm-commits
mailing list