<div>In running the test Driver/ast.c on Windows:</div>
<div> </div>
<div>2>  File "C:\Tools\llvm\utils\lit\TestRunner.py", line 79, in executeShCmd<br>2>    raise NotImplementedError,"Unsupported redirect: %r" % (r,)<br>2>NotImplementedError: Unsupported redirect: (('>>',), 'C:\\Tools\\llvm\\tools\\clang\\test\\Driver\\Output\\ast.c.tmp')<br>
</div>
<div>It appears that '>>' is not one of the conditions in the if/else series, and I don't know Python well enough to fix it.</div>
<div> </div>
<div>My guess of adding:</div>
<div> </div>
<div>            elif r[0] == ('>>',):<br>                redirects[1] = [r[1], 'a', None]<br></div>
<div>resulted in the redirected output being put at the front of the output file.<br clear="all"></div>
<div>So if this is a quick fix for someone, I'd appreciate the help.</div>
<div></div>
<div> </div>
<div>-John</div>
<div><br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br><br></div>