[all-commits] [llvm/llvm-project] e84c3b: [libc++] Remove emscripten handling from exception...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Mon Nov 9 16:11:02 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e84c3b2fc82806a7f2f6ec466f08da94ea650198
https://github.com/llvm/llvm-project/commit/e84c3b2fc82806a7f2f6ec466f08da94ea650198
Author: Sam Clegg <sbc at chromium.org>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M libcxx/src/support/runtime/exception_fallback.ipp
Log Message:
-----------
[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
More information about the All-commits
mailing list