[Lldb-commits] [PATCH] D20355: Avoid an assertion failure when a bit field is extracted from a value of the same size.
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed May 18 02:46:25 PDT 2016
labath added a subscriber: labath.
labath added a reviewer: labath.
labath added a comment.
This fixes the same issue as http://reviews.llvm.org/D19535, which is stalled at the moment waiting for a unit test. You can take over if you write a quick unit test for this (unittests/Core/ScalarTest.cpp). Thanks.
http://reviews.llvm.org/D20355
More information about the lldb-commits
mailing list