<div class="gmail_quote">On Thu, May 24, 2012 at 12:44 AM, Stepan Dyatkovskiy <span dir="ltr"><<a href="mailto:stpworld@narod.ru" target="_blank">stpworld@narod.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I just want to update test/Transforms/LowerSwitch/feature.ll that<br>
already uses grep.<br>
It uses grep + count, probably due to shorter construction.<br></blockquote><div><br></div><div>If you are touching such a test, please convert it to FileCheck. Use of 'grep' in tests is an endless source of problems, and we are lazily moving toward a world where only FileCheck is used.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
-Stepan.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
Eric Christopher wrote:<br>
><br>
> On May 24, 2012, at 12:12 AM, Stepan Dyatkovskiy wrote:<br>
><br>
>> Hi all. I found that if you want to use grep with escape characters in<br>
>> lit, you should pass it within the double slash (\\). Since the first<br>
>> one is captured by python scripts and the second one by grep.<br>
>> E.g. if you want to capture "grep icmp ule" you should pass<br>
>> "grep icmp\\ ule"<br>
>><br>
>> So I'm going to commit the test with strings like this. How stable this<br>
>> feature in lit?<br>
><br>
> Why are you using grep and not FileCheck?<br>
><br>
> -eric<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br>