[Bug 20487] New: LLDB can't link with the static Visual C runtime (/MT) due to definition of signal()

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 lldb-dev@cs.uiuc.edu
Reporter rnk@google.com
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.