diff options
Diffstat (limited to 'clang/test/Modules/Inputs/objc-hidden/System/module.map')
| -rw-r--r-- | clang/test/Modules/Inputs/objc-hidden/System/module.map | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/objc-hidden/System/module.map b/clang/test/Modules/Inputs/objc-hidden/System/module.map new file mode 100644 index 00000000000..8fe4c92a173 --- /dev/null +++ b/clang/test/Modules/Inputs/objc-hidden/System/module.map @@ -0,0 +1,4 @@ +module X { + header "X.h" + export * +} |

