[libc-commits] [libc] [libc] fix aarch64 GCC build (PR #97932)

via libc-commits libc-commits at lists.llvm.org
Sat Jul 6 20:46:53 PDT 2024


================
@@ -15,6 +15,9 @@
 
 #else // Overlay mode
 
+// GCC will include CXX headers when __cplusplus is defined. This behavior
----------------
lntue wrote:

Can you add the guard to define it for GCC only.

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


More information about the libc-commits mailing list