[PATCH] D42870: Correct recognition of NetBSD images

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 15:30:25 PST 2018


davide added a comment.

In https://reviews.llvm.org/D42870#996899, @clayborg wrote:

> Probably take a ELF file that is NetBSD and obj2yaml it. The test would run yaml2obj on it and then test that things are recognized correctly via the SB interfaces (check triple is correct)?


The SBApi in this case is a sledgehammer. I think `lldb-test` or an unitest would be a better/lightweight alternative.


Repository:
  rL LLVM

https://reviews.llvm.org/D42870





More information about the llvm-commits mailing list