Skip to content

Commit ffed7ab

Browse files
[libc] Disable bfloat16 test for full build mode
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 d35931c commit ffed7ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

42+
if(LLVM_LIBC_FULL_BUILD)
43+
return()
44+
endif()
45+
4246
add_fp_unittest(
4347
bfloat16_test
4448
NEED_MPFR

0 commit comments

Comments
 (0)