forked from OSchip/llvm-project
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:
parent
a344b6c314
commit
646621e6a8
|
@ -1,3 +1,5 @@
|
|||
// path1. This comment keeps this file from being identical to
|
||||
// path2/A/module.modulemap.
|
||||
module A {
|
||||
header "a.h"
|
||||
}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// path2. This comment keeps this file from being identical to
|
||||
// path1/A/module.modulemap.
|
||||
module A {
|
||||
header "a.h"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue