Skip to content

Commit 448d7da

Browse files
[libc][stdfix] disable lkbits on riscv (#115781)
Link: #114912 Link: #115778
1 parent 1ae0dae commit 448d7da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/config/linux/riscv/entrypoints.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,8 @@ if(LIBC_COMPILER_HAS_FIXED_POINT)
727727
libc.src.stdfix.uhkbits
728728
libc.src.stdfix.kbits
729729
libc.src.stdfix.ukbits
730-
libc.src.stdfix.lkbits
730+
# TODO: https://github.com/llvm/llvm-project/issues/115778
731+
# libc.src.stdfix.lkbits
731732
libc.src.stdfix.ulkbits
732733
)
733734
endif()

0 commit comments

Comments
 (0)