diff options
Diffstat (limited to 'clang/test/Modules/Inputs/PR27754/module.modulemap')
| -rw-r--r-- | clang/test/Modules/Inputs/PR27754/module.modulemap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/PR27754/module.modulemap b/clang/test/Modules/Inputs/PR27754/module.modulemap new file mode 100644 index 00000000000..90dcdbb92b4 --- /dev/null +++ b/clang/test/Modules/Inputs/PR27754/module.modulemap @@ -0,0 +1,3 @@ +module "RConversionRuleParser.h" { header "RConversionRuleParser.h" } +module "TMetaUtils.h" { header "TMetaUtils.h" } +module "TSchemaType.h" { header "TSchemaType.h" } |

