================ @@ -39,6 +39,10 @@ add_fp_unittest( libc.src.__support.FPUtil.rounding_mode ) +if(LLVM_LIBC_FULL_BUILD) + return() +endif() ---------------- mikhailramalho wrote: good idea, done. https://github.com/llvm/llvm-project/pull/149678