[compiler-rt] [libcxxabi] [libunwind] [runtimes][PAC] Harden unwinding when possible (#138571) (PR #143230)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 29 06:28:34 PDT 2025
================
@@ -103,10 +104,68 @@
#define _LIBCXXABI_DTOR_FUNC
#endif
-#if __cplusplus < 201103L
----------------
kovdan01 wrote:
I suppose this was removed accidentally during merging. W/o this, the build is just broken.
https://github.com/llvm/llvm-project/pull/143230
More information about the llvm-commits
mailing list