[Lldb-commits] [PATCH] D24283: [lldb] Set the correct triple when creating an ArchSpec for windows

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 6 16:48:48 PDT 2016


zturner added a comment.

In https://reviews.llvm.org/D24283#535405, @wallace wrote:

> This fixes some issues with arm architectures (where this was unsetting the thumbv7 and was fallbacking to thumb).
>  This is also needed for https://reviews.llvm.org/D24284, where the objet file requires a correct architecture inferred from the machine arch


Right, I'm just wondering if when you run `ninja check-lldb` before and after this patch, do the results differ at all?


Repository:
  rL LLVM

https://reviews.llvm.org/D24283





More information about the lldb-commits mailing list