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

via libc-commits libc-commits at lists.llvm.org
Sat Feb 17 17:02:44 PST 2024


================
@@ -33,3 +33,17 @@ 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 AND libc.include.stdckdint IN_LIST TARGET_PUBLIC_HEADERS)
----------------
lntue wrote:

The test only uses the `include/llvm-libc-macros/stdckdint-macros.h` header, so you can just remove the dependency on `libc.include.stdckdint` and the check for `LLVM_LIBC_FULL_BUILD`.

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


More information about the libc-commits mailing list