[Lldb-commits] [PATCH] D115431: Set a default number of addressing bits for Darwin arm64 systems

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 9 04:32:52 PST 2021


DavidSpickett added a comment.

> General question, is yaml2obj not flexible enough to do this? I guess the issue would be even if it does do MachO the test could only work on a precompiled file, this way allows you to build a.out each time.

Plus you get all the Mach specific constant values for free instead of writing umpteen magic numbers in a YAML file. So I think I just answered my own question here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115431



More information about the lldb-commits mailing list