Skip to content

Commit

Permalink
Fix Evergreen API leaks for arm64. (youtube#468)
Browse files Browse the repository at this point in the history
Plug the following API leaks:
  __fe_getround/__fe_raise_inexact leaks

b/284370113
  • Loading branch information
y4vor committed May 26, 2023
1 parent 34f50ff commit ef3dcd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/llvm-project/compiler-rt/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ef3dcd1

Please sign in to comment.