Skip to content

Commit 28cdebf

Browse files
[libc][stdfix] disable ulkbits on riscv (#115781) (#115792)
I should have disabled this in #115781. Mea culpa. Link: #114912 Link: #115778 Link: #115781
1 parent e8c4842 commit 28cdebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/config/linux/riscv/entrypoints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ if(LIBC_COMPILER_HAS_FIXED_POINT)
729729
libc.src.stdfix.ukbits
730730
# TODO: https://github.com/llvm/llvm-project/issues/115778
731731
# libc.src.stdfix.lkbits
732-
libc.src.stdfix.ulkbits
732+
# libc.src.stdfix.ulkbits
733733
)
734734
endif()
735735

0 commit comments

Comments
 (0)