Skip to content

Commit eb3e56f

Browse files
[libc] Disable bfloat16 test for full build mode (#149678)
This patch temporarily disables bfloat16_test for full build mode, until the MPCommon target is updated so that mpfr_inc.h is not included in the MPCommon.h header. This should fix the rv32 buildbot failures.
1 parent 9f29007 commit eb3e56f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

libc/test/src/__support/FPUtil/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ add_fp_unittest(
3939
libc.src.__support.FPUtil.rounding_mode
4040
)
4141

42+
# TODO: Temporally disable bfloat16 test until MPCommon target is updated
43+
# https://github.com/llvm/llvm-project/pull/149678
44+
if(LLVM_LIBC_FULL_BUILD)
45+
return()
46+
endif()
47+
4248
add_fp_unittest(
4349
bfloat16_test
4450
NEED_MPFR

0 commit comments

Comments
 (0)