Yea that is a good point, I'll think about this some more <br><div class="gmail_quote"><div dir="ltr">On Tue, Feb 28, 2017 at 8:19 PM Mike Aizatsky via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">aizatsky added a comment.<br class="gmail_msg">
<br class="gmail_msg">
PID is one of the reason there's '*' in compiler-rt tests: runtime information is often dumped in <basename>-<pid> files. These files are then fed to analysis tools by using '<basename>-*' shell glob.<br class="gmail_msg">
<br class="gmail_msg">
If new glob expansion is made before RUN line execution, it won't find any of those files.<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
<a href="https://reviews.llvm.org/D30380" rel="noreferrer" class="gmail_msg" target="_blank">https://reviews.llvm.org/D30380</a><br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
</blockquote></div>