From d2e0a8dd949ab874c6d66f97106bd5c270e2fa7d Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 14 Jan 2017 15:38:35 +0000 Subject: Vendor import of clang release_40 branch r292009: https://llvm.org/svn/llvm-project/cfe/branches/release_40@292009 --- .../Inputs/libc-libcxx/sysroot/usr/include/module.modulemap | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap') diff --git a/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap b/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap index 7244cb0987e7..25b9468d2916 100644 --- a/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap +++ b/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap @@ -5,4 +5,12 @@ module libc [no_undeclared_includes] { module stdint { header "stdint.h" export * } module stdio { header "stdio.h" export * } module util { header "util.h" export * } + module POSIX { + module sys { + module types { + umbrella header "sys/_types/_types.h" + export * + } + } + } } -- cgit v1.3