http://llvm.org/bugs/show_bug.cgi?id=20487
Bug ID: 20487
Summary: LLDB can't link with the static Visual C runtime (/MT)
due to definition of signal()
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
The solution is probably to not define signal() on Windows in
tools/driver/Platform.cpp. Until then, you must compile with /MD, which
fortunately is the default in CMake.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev