From 63eb156f663a869af8f7360165f85ff31dc95d1f Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 8 Feb 2013 02:38:30 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174694 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../Frameworks/Sub.framework/PrivateHeaders/SubPriv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h b/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h index 8a7eb8499c..cbbf392918 100644 --- a/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h +++ b/test/Modules/Inputs/HasSubModules.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h @@ -1 +1,2 @@ #include +// Private -- 2.40.0