[lldb-dev] [cfe-dev] clang CL breaks LLDB std::string printing

Ed Maste emaste at freebsd.org
Thu Feb 26 16:35:37 PST 2015


On 26 February 2015 at 17:28, Adrian Prantl <aprantl at apple.com> wrote:
>
>            The -fstandalone-debug option turns off these optimizations.  This is useful when working with 3rd-party libraries that don't come with
>            debug information.  This is the default on Darwin.  Note that Clang will never emit type information for types that are not referenced at
>            all by the program.

Note that this is also the default on FreeBSD. This might be an
important point when comparing test results on FreeBSD and Linux since
they otherwise share a lot of attributes.

-Ed



More information about the lldb-dev mailing list