[Lldb-commits] [lldb] r226039 - Fixes compilation/run error with BUILD_SHARED_LIBS=TRUE

Ed Maste emaste at freebsd.org
Wed Jan 14 18:38:52 PST 2015


On 14 January 2015 at 16:01, Vince Harron <vharron at google.com> wrote:
> Author: vharron
> Date: Wed Jan 14 15:01:15 2015
> New Revision: 226039
>
> URL: http://llvm.org/viewvc/llvm-project?rev=226039&view=rev
> Log:
> Fixes compilation/run error with BUILD_SHARED_LIBS=TRUE

Hi Vince,

LLDB doesn't link for me after this change - it appears lldb-log.cpp
is not getting included:
undefined reference to `lldb_private::GetLogIfAnyCategoriesSet(unsigned int)'

This is a plan CMake+Ninja build on FreeBSD 10.1 w/o any special -D options.

-Ed



More information about the lldb-commits mailing list