LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 36107 - TestGModules.test_with_gmodules fails on linux
Summary: TestGModules.test_with_gmodules fails on linux
Status: NEW
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC Linux
: P enhancement
Assignee: LLDB commit list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-26 03:25 PST by labath
Modified: 2018-01-26 03:25 PST (History)
1 user (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description labath 2018-01-26 03:25:39 PST
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.