[PATCH] D19986: Refactor the Verifier so it can diagnose IR validation errors and debug info metadata errors separately. (NFC)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 11:37:33 PDT 2016


aprantl added a comment.

Also, this is not any more expensive since we are already running the Verifier (debug+IR) on all input anyway.


http://reviews.llvm.org/D19986





More information about the llvm-commits mailing list