[Lldb-commits] [lldb] r236892 - Enable thread-safe logging.

Ed Maste emaste at freebsd.org
Mon May 11 07:28:45 PDT 2015


On 8 May 2015 at 14:50, Zachary Turner <zturner at google.com> wrote:
> Author: zturner
> Date: Fri May  8 13:50:54 2015
> New Revision: 236892
>
> URL: http://llvm.org/viewvc/llvm-project?rev=236892&view=rev
> Log:
> Enable thread-safe logging.

Thanks for fixing this up Zach.

This raises a question though, going back to the original introduction
of logging support -- why is this an option at all, never mind a user
facing option? It's particularly odd that we default to thread-safe,
unless any other options are specified. It seems to me we should just
remove the thread-unsafe path.



More information about the lldb-commits mailing list