[PATCH] D67912: [LLDB] [PECOFF] Recognize arm64 executables

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 23:34:53 PDT 2019


labath added a comment.

Since this (unlike most of your other patches in this series) is definitely adding new functionality, it would be good to accompany it with a test. The simplest way to do that should be via something like `yaml2obj && lldb-test object-file | FileCheck`. I'd recommend looking at `lit/Modules/MachO/lc_version_min.yaml` for inspiration.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67912





More information about the llvm-commits mailing list