[Lldb-commits] [PATCH] D32221: Recompute ArchSpec core after MergeFrom

2017-04-20 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL300836: Recompute ArchSpec core after MergeFrom (authored by labath). Changed prior to commit: https://reviews.llvm.org/D32221?vs=95722&id=95941#toc Repository: rL LLVM https://reviews.llvm.org/D322

[Lldb-commits] [PATCH] D32221: Recompute ArchSpec core after MergeFrom

2017-04-19 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 95722. labath added a comment. Also remove the skipIfDarwin decorators, as they should work now -- there was nothing darwin-specific about them, just our bots don't run assert builds at the moment. https://reviews.llvm.org/D32221 Files: include/lldb/Core/A

[Lldb-commits] [PATCH] D32221: Recompute ArchSpec core after MergeFrom

2017-04-19 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. MergeFrom was updating the architecture if the target triple did not have it set. However, it was leaving the core field as invalid. This resulted in assertion failures in core file tests as a missing core meant we were unable to compute the address byte size properly