[llvm-bugs] [Bug 36107] New: TestGModules.test_with_gmodules fails on linux

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jan 26 03:25:39 PST 2018


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 at lists.llvm.org
          Reporter: labath at google.com
                CC: llvm-bugs at 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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180126/3a24249d/attachment.html>


More information about the llvm-bugs mailing list