[libcxx-commits] [libunwind] [libcxxabi] [libcxx] [libunwind][libcxx][libcxxabi] Fix Exception Handling build for wasm (PR #79667)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 29 08:23:42 PST 2024
================
@@ -10,14 +10,11 @@
//
//===----------------------------------------------------------------------===//
+#if __STDC_VERSION__ < 202311L
----------------
ldionne wrote:
This change seems unrelated to the rest of the patch.
https://github.com/llvm/llvm-project/pull/79667
More information about the libcxx-commits
mailing list