https://bugs.llvm.org/show_bug.cgi?id=36107
Bug ID: 36107
Summary: TestGModules.test_with_gmodules fails on linux
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev@lists.llvm.org
Reporter: lab...@google.com
CC: llvm-b...@lists.llvm.org
It started failing since r323450, but that's only because it did not actually
use modules before that.
This error message may be an indication of the problem:
error: B-1GM9AHXMM9U5Y.pcm DWARF DIE at 0x00000033 (class Module) has a member
variable 0x0000003c (MBptr) whose type is a forward declaration, not a complete
definition.
Try compiling the source file with -fstandalone-debug
The -fstandalone-debug is a red herring because we already pass that flag.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev