r174694 - Fix test failure by making sure this file isn't identical to any other file

Chandler Carruth chandlerc at google.com
Thu Feb 7 19:19:32 PST 2013


On Thu, Feb 7, 2013 at 6:38 PM, Nick Lewycky <nicholas at mxc.ca> wrote:

> Author: nicholas
> Date: Thu Feb  7 20:38:30 2013
> New Revision: 174694
>
> URL: http://llvm.org/viewvc/llvm-project?rev=174694&view=rev
> Log:
> Fix test failure by making sure this file isn't identical to any other file
> included in the same test. Clang gets confused about whether it's already
> built
> a module for this file, when running on a content-addressible filesystem.
>
> Modified:
>
> cfe/trunk/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h
>
> Modified:
> cfe/trunk/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h?rev=174694&r1=174693&r2=174694&view=diff
>
> ==============================================================================
> ---
> cfe/trunk/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h
> (original)
> +++
> cfe/trunk/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h
> Thu Feb  7 20:38:30 2013
> @@ -1 +1,2 @@
>  #include <Sub/Types.h>
> +// Private
>

Maybe but the filename here and some explanation? The next person to touch
this will probably benefit from that?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130207/36552a84/attachment.html>


More information about the cfe-commits mailing list