[libc-commits] [libc] [libc] Remove obsolete LIBC_HAS_BUILTIN macro (PR #86554)
Marc Auberer via libc-commits
libc-commits at lists.llvm.org
Mon Mar 25 13:25:40 PDT 2024
================
@@ -16,7 +16,7 @@
namespace LIBC_NAMESPACE::cpp {
// is_trivially_destructible
-#if LIBC_HAS_BUILTIN(__is_trivially_destructible)
+#if __has_builtin(__is_trivially_destructible)
----------------
marcauberer wrote:
Done.
https://github.com/llvm/llvm-project/pull/86554
More information about the libc-commits
mailing list