[PATCH] D36153: [ARM] The ARM backend is MachineVerifier clean now.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 08:22:56 PDT 2017


fhahn created this revision.
Herald added subscribers: kristof.beyls, javed.absar, aemerson.

Thanks everyone involved in fixing the outstanding issues. check-llvm
passes with the 2 dependencies of this commit applied.


https://reviews.llvm.org/D36153

Files:
  lib/Target/ARM/ARMTargetMachine.h


Index: lib/Target/ARM/ARMTargetMachine.h
===================================================================
--- lib/Target/ARM/ARMTargetMachine.h
+++ lib/Target/ARM/ARMTargetMachine.h
@@ -64,7 +64,7 @@
   }
 
   bool isMachineVerifierClean() const override {
-    return false;
+    return true;
   }
 };
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36153.109127.patch
Type: text/x-patch
Size: 308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170801/6e7fdc80/attachment.bin>


More information about the llvm-commits mailing list