[Lldb-commits] [lldb] [lldb] Remove default_byte_order from CoreDefinition (PR #190494)

Sergei Barannikov via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 4 16:25:48 PDT 2026


s-barannikov wrote:

The tests fail because LLDB and LLVM disagree whether `armv6m`  is `arm` or `thumb`. See fadc2108 that changed LLVM to classify it as `thumb`, and `a3a04528` that added `armv6m` support to LLDB. I guess this should be fixed separately.

https://github.com/llvm/llvm-project/pull/190494


More information about the lldb-commits mailing list