[PATCH] lit.cfg - don't substitute llc tool name if prefixed by a '-'

Eli Bendersky eliben at google.com
Mon Jun 10 10:25:26 PDT 2013


This small patch teaches lit not to perform RUN line substitution of llc if
that's prefixed by a dash (-llc), similarly to the way it was done for
clang and llvmc.

This doesn't affect the upstream llvm tests but helps when developing
custom LLVM-based tools and testing them within the LLVM regression
framework.

PTAL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130610/7ec3229a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lit-cfg-reject-prefixed-llc.1.patch
Type: application/octet-stream
Size: 576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130610/7ec3229a/attachment.obj>


More information about the llvm-commits mailing list