Re: [Lldb-commits] [lldb] r335956 - Fix TestLoadUsingPaths on linux

2018-07-02 Thread Jim Ingham via lldb-commits
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

[Lldb-commits] [lldb] r335956 - Fix TestLoadUsingPaths on linux

2018-06-29 Thread Pavel Labath via lldb-commits
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