aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxx/include/module.modulemap
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-03-24 09:57:09 -0400
committerAndrew Kelley <andrew@ziglang.org>2020-03-24 09:57:09 -0400
commit93c7fa105f9cc4dbb36192469ecff47102d955d6 (patch)
tree73b1484fbc82d170ec456053d954e241c5280a46 /lib/libcxx/include/module.modulemap
parent5acc8afb5f9674b9b7b290635e9c2837872b8a93 (diff)
parent94f7c560015f7cb7ed8046339e2d0724dc86fcd6 (diff)
downloadzig-93c7fa105f9cc4dbb36192469ecff47102d955d6.tar.gz
zig-93c7fa105f9cc4dbb36192469ecff47102d955d6.zip
Merge remote-tracking branch 'origin/llvm10'
LLVM 10 was released today
Diffstat (limited to 'lib/libcxx/include/module.modulemap')
-rw-r--r--lib/libcxx/include/module.modulemap4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcxx/include/module.modulemap b/lib/libcxx/include/module.modulemap
index bbfe90ed57..31d39ddf7c 100644
--- a/lib/libcxx/include/module.modulemap
+++ b/lib/libcxx/include/module.modulemap
@@ -275,6 +275,10 @@ module std [system] {
header "exception"
export *
}
+ module execution {
+ header "execution"
+ export *
+ }
module filesystem {
header "filesystem"
export *