Make sure these two files are distinct, or else the modules system may, on certain file systems, treat them as if they were the same file.

llvm-svn: 206221
This commit is contained in:
Nick Lewycky 2014-04-14 22:30:21 +00:00
parent a344b6c314
commit 646621e6a8
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// path1. This comment keeps this file from being identical to
// path2/A/module.modulemap.
module A {
header "a.h"
}

View File

@ -1,3 +1,5 @@
// path2. This comment keeps this file from being identical to
// path1/A/module.modulemap.
module A {
header "a.h"
}