[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:26 PDT 2024


================
@@ -17,7 +17,7 @@
 namespace LIBC_NAMESPACE::cpp {
 
 // is_rvalue_reference
-#if LIBC_HAS_BUILTIN(__is_rvalue_reference)
+#if __has_builtin(__is_rvalue_reference)
----------------
marcauberer wrote:

Done.

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


More information about the libc-commits mailing list