[lldb-dev] [Bug 24527] New: Test Makefiles don't know how to build static libraries on Windows
via lldb-dev
lldb-dev at lists.llvm.org
Thu Aug 20 12:38:59 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24527
Bug ID: 24527
Summary: Test Makefiles don't know how to build static
libraries on Windows
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
Blocks: 21766
Classification: Unclassified
Makefile.rules needs to be able to build static libraries on Windows for
certain test scenarios. It knows how to do this on non-Windows platforms by
using the 'ar' command, but it needs to be taught on Windows how to make a .lib
file.
This will allow re-enabling TestBSDArchives.py
--
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/20150820/21abefc1/attachment.html>
More information about the lldb-dev
mailing list