[PATCH] D65140: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 25 03:27:02 PDT 2019


jhenderson added a comment.

FWIW, rather than messing about with cut and tr, it might have been easier to just use FileCheck directly, i.e. just do `ls -l` | FileCheck %s, and then construct an appropriate regex to skip the irrelevant bits. I don't think it's a big deal either way, but I would probably find it easier to read, personally.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65140





More information about the llvm-commits mailing list