diff --git a/third_party/llvm-project/compiler-rt/BUILD.gn b/third_party/llvm-project/compiler-rt/BUILD.gn index 18234b840b29f..def4d9fb5d8f7 100644 --- a/third_party/llvm-project/compiler-rt/BUILD.gn +++ b/third_party/llvm-project/compiler-rt/BUILD.gn @@ -75,6 +75,7 @@ static_library("compiler_rt") { "lib/builtins/fixtfsi.c", "lib/builtins/floatsitf.c", "lib/builtins/floatunsitf.c", + "lib/builtins/riscv/fp_mode.c", "lib/builtins/multf3.c", "lib/builtins/subtf3.c", "lib/builtins/trunctfdf2.c",