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