[lldb-dev] [PATCH] Disable builtin demangler on msvc builds

Greg Clayton gclayton at apple.com
Fri Nov 15 11:02:04 PST 2013


Feel free to commit this if no MSVC can build it. No need for review for simple things like this that are breaking the build.

Greg

On Nov 15, 2013, at 3:11 AM, Colin Riley <colin at codeplay.com> wrote:

> Just realised I sent this to the wrong list previously. Anyone able to put it in on the quick? Or do we need to review a change as small as this? 
> 
> Cheers,
> Colin
> 
> On 13/11/2013 15:32, Colin Riley wrote:
>> The demangler added in r193708 from cxa_demangle.cpp uses language features which are not supported by the latest visual studio. In order to preserve the msvc build, this patch restores the previous (non)functionality in windows under msvc by disabling the demangler. 
>> 
>> 
>> _______________________________________________
>> lldb-commits mailing list
>> 
>> lldb-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
> <Mangled_msvc_build.patch>_______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev




More information about the lldb-dev mailing list