[libcxx-commits] [libcxx] [libc++] Don't make libc++ headers system headers in the modulemap (PR #205509)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 26 07:39:30 PDT 2026
================
@@ -122,7 +122,7 @@
#define __release SYSTEM_RESERVED_NAME
// Android and FreeBSD use this for __attribute__((__unused__))
-#if !defined(__FreeBSD__) && !defined(__ANDROID__)
+#if !defined(__FreeBSD__) && !defined(__ANDROID__) && !defined(__GLIBC__)
----------------
ldionne wrote:
Can we split this change into a separate patch? This doesn't seem to belong here.
https://github.com/llvm/llvm-project/pull/205509
More information about the libcxx-commits
mailing list