[llvm] r174259 - Removing ssp and uwtable from the testcase

Chandler Carruth chandlerc at google.com
Mon Feb 4 00:41:39 PST 2013


On Mon, Feb 4, 2013 at 12:38 AM, Bill Wendling <wendling at apple.com> wrote:

> On Feb 1, 2013, at 5:34 PM, Manman Ren <mren at apple.com> wrote:
>
> > Author: mren
> > Date: Fri Feb  1 19:34:38 2013
> > New Revision: 174259
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=174259&view=rev
> > Log:
> > Removing ssp and uwtable from the test case
> >
> Can I ask why? :-)
>

Eric asked for it in review of the original patch.

FWIW, I tend to agree. I just like test cases to be as minimized as is
reasonably possible to reduce the noise when we do something that either
changes the test case or worse, changes the IR format without changing any
functionality. The less IR left in the test case, the less frequently we
have noise from such things.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130204/15dbb718/attachment.html>


More information about the llvm-commits mailing list