Re: [Lldb-commits] [lldb] 2501e86 - [lldb/Scalar] Fix undefined behavior

2020-07-01 Thread Pavel Labath via lldb-commits
On 30/06/2020 21:42, Jonas Devlieghere via lldb-commits wrote: > + Pavel for post-commit review. > > I've reinstated the original behavior to fix the UBSan error on the bot. > Please let me know if you prefer a different approach.  > Thanks for catching that. In 8270a903b, I've extended this beh

Re: [Lldb-commits] [lldb] 2501e86 - [lldb/Scalar] Fix undefined behavior

2020-06-30 Thread Jonas Devlieghere via lldb-commits
+ Pavel for post-commit review. I've reinstated the original behavior to fix the UBSan error on the bot. Please let me know if you prefer a different approach. On Tue, Jun 30, 2020 at 12:41 PM Jonas Devlieghere via lldb-commits < lldb-commits@lists.llvm.org> wrote: > > Author: Jonas Devlieghere