[llvm-commits] PATCH: FileCheck-ize a pile of tests under CodeGen/X86

Chandler Carruth chandlerc at google.com
Sat Jul 2 03:48:38 PDT 2011


On Sat, Jul 2, 2011 at 2:58 AM, Chandler Carruth <chandlerc at google.com>wrote:

> On Sat, Jul 2, 2011 at 2:35 AM, Chandler Carruth <chandlerc at google.com>wrote:
>
>> The Linker test patch just uses a simpler syntax for the {} quoting. I
>> feel like there has to be a better / more modern way to write llvm-link
>> tests than 'echo {<my-IR-here>} | llvm-as ...', feel free to tell me what
>> the desired cleanups are here!
>>
>
> Arg, disregard the Linker test patch. It doesn't actually help. I'm still
> interested if there is a preferred way to structure linker tests other than
> using 'echo'.
>

Attached is the actual patch I need to make the Linker tests work in my
environment. Just missing quotes in one spot. Sorry for the noise.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110702/06491538/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: linker_quoting.patch
Type: text/x-patch
Size: 1028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110702/06491538/attachment.bin>


More information about the llvm-commits mailing list