http://llvm.org/bugs/show_bug.cgi?id=21721
Bug ID: 21721 Summary: Fix the test runner to correctly set PATH for shared libs on Windows Product: lldb Version: unspecified Hardware: PC URL: http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-o f-Mon-20141201/014301.html OS: Windows NT Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: ztur...@google.com Reporter: ztur...@google.com CC: lldb-dev@cs.uiuc.edu Classification: Unclassified We sometimes test executables that link against shared libraries. In this case the executable and shared libraries are built separately, and not always in the same location. The executable needs to be able to find the shared library at runtime. This needs to be fixed by setting an appropriate PlatformContext in lldbtest.py for Windows that adds the shared library folder to PATH, rather than setting it to null. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev