<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 16, 2014 at 2:01 AM, Nick Lewycky <span dir="ltr"><<a href="mailto:nicholas@mxc.ca" target="_blank">nicholas@mxc.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">Richard Trieu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: rtrieu<br>
Date: Mon Apr 14 11:53:50 2014<br>
New Revision: 206193<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=206193&view=rev" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project?rev=206193&view=rev</a><br>
Log:<br>
Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.<br>
<br>
Modified:<br>
     llvm/trunk/test/CodeGen/ARM/<u></u>2008-03-05-SxtInRegBug.ll<br>
<br>
Modified: llvm/trunk/test/CodeGen/ARM/<u></u>2008-03-05-SxtInRegBug.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll?rev=206193&r1=206192&r2=206193&view=diff" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project/llvm/trunk/test/<u></u>CodeGen/ARM/2008-03-05-<u></u>SxtInRegBug.ll?rev=206193&r1=<u></u>206192&r2=206193&view=diff</a><br>

==============================<u></u>==============================<u></u>==================<br>
--- llvm/trunk/test/CodeGen/ARM/<u></u>2008-03-05-SxtInRegBug.ll (original)<br>
+++ llvm/trunk/test/CodeGen/ARM/<u></u>2008-03-05-SxtInRegBug.ll Mon Apr 14 11:53:50 2014<br>
@@ -14,4 +14,6 @@ bb3:          ; preds = %bb1<br>
  }<br>
<br>
  ; CHECK-NOT: 255<br>
+; CHECK: .file{{.*}}SxtInRegBug.ll<br>
</blockquote>
<br></div>
Same suggestion, use "< %s" in the RUN line. And +cc Saleem, again.</blockquote><div><br></div><div>If it's all the same, I much prefer to avoid using < %s.  It makes the failling lit test command copy-pastable, at least in my shell.</div>
</div></div></div>