Skip to content

Commit

Permalink
[libc][stdfix] disable lkbits on riscv (llvm#115781)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers authored Nov 11, 2024
1 parent 1ae0dae commit 448d7da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libc/config/linux/riscv/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,8 @@ if(LIBC_COMPILER_HAS_FIXED_POINT)
libc.src.stdfix.uhkbits
libc.src.stdfix.kbits
libc.src.stdfix.ukbits
libc.src.stdfix.lkbits
# TODO: https://github.com/llvm/llvm-project/issues/115778
# libc.src.stdfix.lkbits
libc.src.stdfix.ulkbits
)
endif()
Expand Down

0 comments on commit 448d7da

Please sign in to comment.