[llvm-commits] [llvm] r86399 - in /llvm/trunk/test/FrontendC: memcpy_chk.c memset_chk.c object_size.c

Eric Christopher echristo at apple.com
Sat Nov 7 13:06:15 PST 2009


On Nov 7, 2009, at 11:13 AM, Chris Lattner wrote:

> Author: lattner
> Date: Sat Nov  7 13:13:17 2009
> New Revision: 86399
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=86399&view=rev
> Log:
> temporarily remove these tests, as they are breaking in the buildbot,
> Eric, please investigate.

Aha, yes. All of these are depending on the frontend producing "I don't know" results (or having the gcc tree optimizers optimize them). 

Right now I think they're fine to remove and I'll replace them with tests in single source as I get the optimizations in.

-eric



More information about the llvm-commits mailing list