[PATCH] D41606: [COFF] support /ignore:4217

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 28 06:19:21 PST 2017


smeenai added a comment.

General question: it looks like a lot of COFF tests are written using yaml2obj, whereas ELF always uses assembly files and llvm-mc (and I've been following that pattern for the few COFF patches I've written as well). Is there an actual preference for yaml2obj tests in COFF, or is it just a historic artifact? I personally find assembly tests a lot easier to understand.


Repository:
  rL LLVM

https://reviews.llvm.org/D41606





More information about the llvm-commits mailing list