[libc++] Remove emscripten handling from exception_fallback.ipp
authorSam Clegg <sbc@chromium.org>
Sun, 8 Nov 2020 22:28:13 +0000 (14:28 -0800)
committerSam Clegg <sbc@chromium.org>
Tue, 10 Nov 2020 00:09:54 +0000 (16:09 -0800)
commite84c3b2fc82806a7f2f6ec466f08da94ea650198
treebbe1e6288df3f7e8b00ef404cc5cdc754413f3f8
parent4463b73e790fdf8bdbb18ac4ae3432217215daa5
[libc++] Remove emscripten handling from exception_fallback.ipp

Emscripten doesn't use this file (at least not anymore), it uses
exception_libcxxabi.ipp since _LIBCPPABI_VERSION is defined.

Differential Revision: https://reviews.llvm.org/D91041
libcxx/src/support/runtime/exception_fallback.ipp