[llvm] e730f4a - [gn] port 3694697003bb
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 04:52:20 PDT 2023
Author: Nico Weber
Date: 2023-10-17T07:52:08-04:00
New Revision: e730f4a27fceb199d9dcc517644c2e07c3fd5403
URL: https://github.com/llvm/llvm-project/commit/e730f4a27fceb199d9dcc517644c2e07c3fd5403
DIFF: https://github.com/llvm/llvm-project/commit/e730f4a27fceb199d9dcc517644c2e07c3fd5403.diff
LOG: [gn] port 3694697003bb
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 303a6c29d7b91e2..3a19729bb8dcf3b 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -271,6 +271,7 @@ static_library("builtins") {
sources += [
"cpu_model.c",
"divxc3.c",
+ "extendxftf2.c",
"fixunsxfdi.c",
"fixunsxfsi.c",
"fixunsxfti.c",
@@ -285,6 +286,7 @@ static_library("builtins") {
"powixf2.c",
"truncdfbf2.c",
"truncsfbf2.c",
+ "trunctfxf2.c",
]
}
if (current_cpu == "x86") {
More information about the llvm-commits
mailing list