[llvm-bugs] [Bug 26339] New: TestCPPAuto.py fails on Windows
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jan 27 08:54:49 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26339
Bug ID: 26339
Summary: TestCPPAuto.py fails 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: amccarth at google.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
On Windows, expression commands like this:
(lldb) expr struct Test { int x; int y; Test() : x(123), y(456) {} }; auto t
= Test(); t
result in:
error: Can't run the expression locally: (null)
This requires more research to understand the root problem.
--
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/20160127/92daa77c/attachment.html>
More information about the llvm-bugs
mailing list