From 243a6be085fe6a7ce49169864c68a8839735e49b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 23 Oct 2019 17:52:30 +0000 Subject: Vendor import of stripped libc++ trunk r375505, the last commit before the upstream Subversion repository was made read-only, and the LLVM project migrated to GitHub: https://llvm.org/svn/llvm-project/libcxx/trunk@375505 --- include/module.modulemap | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/module.modulemap') diff --git a/include/module.modulemap b/include/module.modulemap index bbfe90ed57f5..31d39ddf7c8a 100644 --- a/include/module.modulemap +++ b/include/module.modulemap @@ -275,6 +275,10 @@ module std [system] { header "exception" export * } + module execution { + header "execution" + export * + } module filesystem { header "filesystem" export * -- cgit v1.2.3