[llvm-bugs] [Bug 25097] New: LLDB Unit Tests cannot find the shared library directory
    via llvm-bugs 
    llvm-bugs 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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151007/647ce192/attachment-0001.html>
    
    
More information about the llvm-bugs
mailing list