[llvm] cf7c8bd - [gn build] (manually) port ace6e172bd2c
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 7 19:02:56 PDT 2022
Author: Nico Weber
Date: 2022-08-07T22:02:51-04:00
New Revision: cf7c8bd74ecc6b60f42b78b1829aaf87b5e077a9
URL: https://github.com/llvm/llvm-project/commit/cf7c8bd74ecc6b60f42b78b1829aaf87b5e077a9
DIFF: https://github.com/llvm/llvm-project/commit/cf7c8bd74ecc6b60f42b78b1829aaf87b5e077a9.diff
LOG: [gn build] (manually) port ace6e172bd2c
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 db14814909e70..0ce20f26f3c71 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn
@@ -546,6 +546,7 @@ static_library("builtins") {
if (current_cpu == "riscv" || current_cpu == "riscv64") {
sources += [
+ "riscv/fp_mode.c",
"riscv/restore.S",
"riscv/save.S",
]
More information about the llvm-commits
mailing list