[libcxx] [libcxxabi] [libunwind] [llvm] [libc++] Enable -Wmissing-prototypes (PR #116261)

Guillaume Outters via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 1 06:10:41 PDT 2026


================
@@ -106,6 +106,7 @@ namespace {
 
 #endif // HAVE___CXA_THREAD_ATEXIT_IMPL
 
+#if defined(__linux__) || defined(__Fuchsia__)
----------------
outtersg wrote:

Looking a bit harder I just noticed the question has already been asked in https://github.com/llvm/llvm-project/pull/186054

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


More information about the llvm-commits mailing list