[libc-commits] [libc] [libc][c23] add definitions for stdckdint.h (PR #82059)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Tue Feb 20 07:45:14 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)
----------------
SchrodingerZhu wrote:
Tested. It works. I think I will just remove the guards then.
https://github.com/llvm/llvm-project/pull/82059
More information about the libc-commits
mailing list