[PATCH] D67369: Implement DW_OP_convert

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 05:48:05 PDT 2019


labath added a comment.

The yaml object file is pretty impressive, but I am wondering if it is really necessary. Have you looked if it would be possible to reuse the existing `TestFile::fromYaml` functionality? I think it should be possible to reuse that by just inserting some MachO yaml blurbs around the dwarf yaml (elf yaml2obj doesn't  support embedding dwarf yaml, but that's just because nobody enabled that yet).


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67369





More information about the llvm-commits mailing list