Thanks for fixing this.
Jim
> On Jun 29, 2018, at 2:22 AM, Pavel Labath via lldb-commits
> wrote:
>
> Author: labath
> Date: Fri Jun 29 02:22:07 2018
> New Revision: 335956
>
> URL: http://llvm.org/viewvc/llvm-project?rev=335956&view=rev
> Log:
> Fix TestLoadUsingPaths on linux
>
> we need t
Author: labath
Date: Fri Jun 29 02:22:07 2018
New Revision: 335956
URL: http://llvm.org/viewvc/llvm-project?rev=335956&view=rev
Log:
Fix TestLoadUsingPaths on linux
we need to explicitly link the test program with -ldl for the dlopen
function to be available.
Modified:
lldb/trunk/packages/P