This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][MIPS] Fix TestConstVariables.py
ClosedPublic

Authored by nitesh.jain on Dec 4 2015, 3:16 AM.

Details

Reviewers
ovyalov
clayborg
Summary

There is no debug information generated for variable index with –O3 optimization flag. The DW_AT_location tag in DWARF debug_info section is empty.

Diff Detail

Repository
rL LLVM

Event Timeline

nitesh.jain updated this revision to Diff 41861.Dec 4 2015, 3:16 AM
nitesh.jain retitled this revision from to [LLDB][MIPS] Fix TestConstVariables.py.
nitesh.jain updated this object.
nitesh.jain added reviewers: clayborg, ovyalov.
nitesh.jain set the repository for this revision to rL LLVM.
clayborg accepted this revision.Dec 4 2015, 9:47 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Dec 4 2015, 9:47 AM
slthakur edited edge metadata.Dec 5 2015, 4:01 AM
slthakur added a subscriber: lldb-commits.
slthakur closed this revision.Dec 5 2015, 4:05 AM

Committed in revision 254850 on behalf of Nitesh Jain.