[libc-commits] [libc] [libc][c23] add definitions for stdckdint.h (PR #82059)

via libc-commits libc-commits at lists.llvm.org
Tue Feb 20 07:18:40 PST 2024


================
@@ -33,3 +33,16 @@ if(LLVM_LIBC_FULL_BUILD AND libc.include.stdbit IN_LIST TARGET_PUBLIC_HEADERS)
       # to.
   )
 endif()
+
+# Similar situation applies to stdckdint_test.
+if(LLVM_LIBC_FULL_BUILD)
----------------
lntue wrote:

nit: Can you double check that this test runs fine with a clean overlay mode build?  It does not depend on generated headers any more, since `libc.include.llvm-libc-macros.stdckint_macros` is a normal header library target.

https://github.com/llvm/llvm-project/pull/82059


More information about the libc-commits mailing list