[PATCH] D28785: Split exception.cpp and new.cpp implementation into different files for different runtimes

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 9 21:12:59 PST 2017


smeenai added a comment.

Still not a fan of the amount of vcruntime dependencies this is taking on, but I guess that can be followed up on.

Was the `get_new_handler`/`set_new_handler` issue resolved? (The issue being that those functions are in msvcprt, which our tests were silently linking against statically).


https://reviews.llvm.org/D28785





More information about the cfe-commits mailing list