[Lldb-commits] [lldb] r205769 - Improve demangler to compile with MSVC.

Ed Maste emaste at freebsd.org
Tue Apr 8 10:15:28 PDT 2014


On 8 April 2014 10:46, Virgile Bello <virgile.bello at gmail.com> wrote:
> Author: xen2
> Date: Tue Apr  8 09:46:44 2014
> New Revision: 205769
>
> URL: http://llvm.org/viewvc/llvm-project?rev=205769&view=rev
> Log:
> Improve demangler to compile with MSVC.

I reverted this as it breaks the build on FreeBSD:
error: declaration of constexpr static data member 'spec' requires an
initializer

I'm not sure if there's going to be an easy solution other than some
#ifdef hackery, unfortunately.



More information about the lldb-commits mailing list