[llvm-commits] [llvm] r89626 - in /llvm/trunk: docs/CommandGuide/FileCheck.pod utils/FileCheck/FileCheck.cpp
Chris Lattner
clattner at apple.com
Wed Nov 25 16:17:30 PST 2009
On Nov 25, 2009, at 11:54 AM, Daniel Dunbar wrote:
> On Mon, Nov 23, 2009 at 10:29 AM, Chris Lattner <clattner at apple.com> wrote:
>>
>> On Nov 22, 2009, at 2:07 PM, Daniel Dunbar wrote:
>>
>>> Author: ddunbar
>>> Date: Sun Nov 22 16:07:50 2009
>>> New Revision: 89626
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=89626&view=rev
>>> Log:
>>> Allow '_' in FileCheck variable names, it is nice to have at least one
>>> separate character.
>>> - Chris, OK?
>>
>> Fine with me, thx. Please update the TestingGuide documentation.
>
> Why do we have two copies of the docs? Can't the TestingGuide just
> point at the FileCheck man page?
Yes, but the TestingGuide.html version is formatted nicer (e.g. bolding important pieces of the <pre> text). I couldn't figure out how to get the pod to not be ugly.
-Chris
More information about the llvm-commits
mailing list