[libc-commits] [libc] [libc] fix type generic stdc_leading_zeros for GCC (PR #79917)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Mon Jan 29 16:37:05 PST 2024
================
@@ -27,13 +27,5 @@ if (LLVM_LIBC_FULL_BUILD)
DEPENDS
libc.include.llvm-libc-macros.stdbit_macros
libc.include.stdbit
- # Intentionally do not depend on libc.src.stdbit.*. The include test is
- # simply testing the macros provided by stdbit.h, not the implementation
- # of the underlying functions which the type generic macros may dispatch
- # to.
----------------
nickdesaulniers wrote:
done in 42c3fb895513
https://github.com/llvm/llvm-project/pull/79917
More information about the libc-commits
mailing list