[PATCH] D83834: Add test utility 'extract'

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 08:30:40 PDT 2020


lattner added a comment.

Instead of adding an explicit command 'extract', did you consider building this into llvm-mc and similar tools?  This is will lead to more efficient tests and scales better to things that have diagnostic verification and other sorts of checks.  This is also more consistent with the precedent MLIR has set here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83834





More information about the llvm-commits mailing list