[PATCH] D17044: Prevent some erroneous lit test failures due to unlucky name of working directory

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 11:41:52 PST 2016


mcrosier added a subscriber: mcrosier.
mcrosier accepted this revision.
mcrosier added a reviewer: mcrosier.
mcrosier added a comment.
This revision is now accepted and ready to land.

LGTM with one minor suggestion.


================
Comment at: test/CodeGen/ARM/ldr_frame.ll:33
@@ -32,2 +32,3 @@
 
+; CHECK-LABEL: f1:
 ; CHECK-NOT: mov
----------------
Id prefer this be a little more explicit and have a CHECK-LABEL / CHECK-NOT pair per function.


http://reviews.llvm.org/D17044





More information about the llvm-commits mailing list