Skip to content

Commit

Permalink
[libc] disable strfroml entrypoint on aarch64 (llvm#101854)
Browse files Browse the repository at this point in the history
Disable `strfroml` entrypoint on aarch64 to please clang-11 buildbots.
Detailed in llvm#101846. This is
not a fix for llvm#101846 so I will keep the issue open until our buildbot
is updated or other mitigation is applied.
  • Loading branch information
SchrodingerZhu authored and banach-space committed Aug 7, 2024
1 parent 55f99b0 commit 7a748ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libc/config/linux/aarch64/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.stdlib.srand
libc.src.stdlib.strfromd
libc.src.stdlib.strfromf
libc.src.stdlib.strfroml
# TODO: long double support is buggy with clang-11. Re-enable when buildbots are upgraded.
# libc.src.stdlib.strfroml
libc.src.stdlib.strtod
libc.src.stdlib.strtof
libc.src.stdlib.strtol
Expand Down

0 comments on commit 7a748ba

Please sign in to comment.