From ef3dcd1ad533796adaf0efcc591ec12031aa29e7 Mon Sep 17 00:00:00 2001 From: y4vor Date: Thu, 25 May 2023 18:07:43 -0700 Subject: [PATCH] Fix Evergreen API leaks for arm64. (#468) Plug the following API leaks: __fe_getround/__fe_raise_inexact leaks b/284370113 --- third_party/llvm-project/compiler-rt/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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",