[llvm] 3793dec - [gn] port 28e4aad45a64
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 06:55:50 PST 2024
Author: Nico Weber
Date: 2024-11-12T09:55:38-05:00
New Revision: 3793decaaaf8bc4f7748e8e3c7f8073a80b677e7
URL: https://github.com/llvm/llvm-project/commit/3793decaaaf8bc4f7748e8e3c7f8073a80b677e7
DIFF: https://github.com/llvm/llvm-project/commit/3793decaaaf8bc4f7748e8e3c7f8073a80b677e7.diff
LOG: [gn] port 28e4aad45a64
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 8904aed28229f1..cf4a31a144557e 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -279,6 +279,7 @@ static_library("builtins") {
"i386/fp_mode.c",
"truncdfbf2.c",
"truncsfbf2.c",
+ "trunctfbf2.c",
"truncxfbf2.c",
]
if (long_double_is_80_bits) {
More information about the llvm-commits
mailing list