[PATCH] D33696: TargetMachine: Indicate whether machine verifier passes.
Dylan McKay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 16:16:52 PDT 2017
dylanmckay added inline comments.
================
Comment at: lib/Target/AVR/AVRTargetMachine.h:46
+ return false;
+ }
+
----------------
RKSimon wrote:
> FYI I'm not sure we have any EXPENSIVE_CHECKS buildbot that enables AVR (or WebAssembly).
Can confirm in the AVR case.
Repository:
rL LLVM
https://reviews.llvm.org/D33696
More information about the llvm-commits
mailing list