[Lldb-commits] [PATCH] D73961: [LLDB] Addresses can be two bytes in size

Ayke via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 5 11:12:49 PST 2020


aykevl added a comment.

> How do you normally generate the binaries with these kinds of addresses? Can they be produced with clang? Can they be produced with llvm-mc? Linked with lld ?

With `avr-gcc`. I think it's easiest to just generate a minimal binary using `yaml2obj`.

For the rest I'm focusing on D73969 <https://reviews.llvm.org/D73969> now, this patch should probably be abandoned.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73961/new/

https://reviews.llvm.org/D73961





More information about the lldb-commits mailing list