[lldb-dev] [Bug 25097] New: LLDB Unit Tests cannot find the shared library directory

via lldb-dev lldb-dev at lists.llvm.org
Wed Oct 7 10:02:14 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=25097

            Bug ID: 25097
           Summary: LLDB Unit Tests cannot find the shared library
                    directory
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: zturner at google.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

When you call HostInfo::ComputeSharedLibraryDirectory, it creates a path
relative to the path of the executable.  For unit tests, this is not the LLDB
executable, and it is not in the same place as the unit test executables
either, so this returns an incorrect path.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151007/9f9f2fe0/attachment.html>


More information about the lldb-dev mailing list