[libcxx-commits] [libcxx] [libc++] Add std::stacktrace (P0881R7) (PR #136528)
Steve O'Brien via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Nov 15 16:26:42 PST 2025
================
@@ -2010,6 +2010,31 @@ module std [system] {
export *
}
+ module stacktrace {
+ module basic_stacktrace { header "__stacktrace/basic_stacktrace.h" }
+ module stacktrace_entry { header "__stacktrace/stacktrace_entry.h" }
+
+ header "stacktrace"
+ export *
+ // TODO: Workaround for https://github.com/llvm/llvm-project/issues/120108
----------------
elsteveogrande wrote:
Let me try cleaning this up, and ensuring this works without so many exports
https://github.com/llvm/llvm-project/pull/136528
More information about the libcxx-commits
mailing list