[Patch] Break the Demangle -> Support dependency

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 13:18:35 PDT 2016


Do we intend to make this demangler asynch signal safe, i.e. not call
malloc at all? If so, I vote keep the custom allocator. If not, I'd say
nuke it.

On Tue, Sep 6, 2016 at 1:13 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com
> wrote:

> Attached are two ways of fixing the dependency.
>
> One just deletes the custom allocator. The other duplicates some
> compiler check macros. The macros will hopefully get smaller when we
> drop support for MSVC 2013, but will not go away completely.
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160906/b554b663/attachment.html>


More information about the llvm-commits mailing list