[cfe-dev] c libraries implementation
David Chisnall
David.Chisnall at cl.cam.ac.uk
Fri Oct 11 00:49:56 PDT 2013
On 10 Oct 2013, at 23:14, Jean-Daniel Dupas <devlists at shadowlab.org> wrote:
> Just in case you missed it, libcxxabi now included unwind support (introduced by a very recent commit).
This looks very nice, but is there a reason that it's in libcxxabi and not compiler-rt? The equivalent code is provided by libgcc_s currently, and putting the language-agnostic part of the unwinder (used by C, C++, Objective-C, and many other languages) into the C++ ABI library doesn't seem to make sense.
David
More information about the cfe-dev
mailing list