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@lists.llvm.org
          Reporter: ztur...@google.com
                CC: llvm-b...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to