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

Eli Bendersky eliben at google.com
Wed Jun 12 10:52:03 PDT 2013


Ping


---------- Forwarded message ----------
From: Eli Bendersky <eliben at google.com>
Date: Mon, Jun 10, 2013 at 10:25 AM
Subject: [PATCH] lit.cfg - don't substitute llc tool name if prefixed by a
'-'
To: "llvm-commits at cs.uiuc.edu" <llvm-commits at cs.uiuc.edu>


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/20130612/e1a3d20a/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/20130612/e1a3d20a/attachment.obj>


More information about the llvm-commits mailing list