[llvm] ad6449f - [gn] "port" 93e03fc2666e (#203536)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 07:21:10 PDT 2026
Author: Nico Weber
Date: 2026-06-12T10:21:05-04:00
New Revision: ad6449fa73fd27b6d3493ab1999befd272e7fb31
URL: https://github.com/llvm/llvm-project/commit/ad6449fa73fd27b6d3493ab1999befd272e7fb31
DIFF: https://github.com/llvm/llvm-project/commit/ad6449fa73fd27b6d3493ab1999befd272e7fb31.diff
LOG: [gn] "port" 93e03fc2666e (#203536)
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 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