[llvm-commits] [PATCH] Remove support for Tcl test format

Dmitri Gribenko gribozavr at gmail.com
Thu Jan 17 15:49:58 PST 2013


On Fri, Jan 18, 2013 at 1:31 AM, Daniel Dunbar <daniel at zuster.org> wrote:
> Almost. :) My previous comment applies to the LLVM.InTree example tests too.

New patches attached.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-dejagnu-v1.patch
Type: application/octet-stream
Size: 598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130118/5c4f6e6d/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-tcl-tests-v4.patch
Type: application/octet-stream
Size: 32024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130118/5c4f6e6d/attachment-0001.obj>


More information about the llvm-commits mailing list