summaryrefslogtreecommitdiffstats
path: root/libcxx/include/module.modulemap
diff options
context:
space:
mode:
authorTim Shen <timshen91@gmail.com>2018-04-23 21:54:06 +0000
committerTim Shen <timshen91@gmail.com>2018-04-23 21:54:06 +0000
commit403c667b4ba633eeb1772fd10759b9cc77699ae3 (patch)
tree65927a726dd80f61b93f83dd12f7805ea7f2c4de /libcxx/include/module.modulemap
parent42da9cb091f080bd8d847546cc982eb096b00ddd (diff)
downloadbcm5719-llvm-403c667b4ba633eeb1772fd10759b9cc77699ae3.tar.gz
bcm5719-llvm-403c667b4ba633eeb1772fd10759b9cc77699ae3.zip
Re-commit r330627 "[libcxx] implement <experimental/simd> declarations based on P0214R7."
There are 3 changes: * Renamed genertor.pass.cpp to generator.pass.cpp * Removed nothing_to_do.pass.cpp * Mark GCC 4.9 as UNSUPPORTED for the test files that have negative narrowing conversion SFINAE test (see GCC PR63723). llvm-svn: 330655
Diffstat (limited to 'libcxx/include/module.modulemap')
-rw-r--r--libcxx/include/module.modulemap4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap
index 473938656a1..5b3ebf48aa1 100644
--- a/libcxx/include/module.modulemap
+++ b/libcxx/include/module.modulemap
@@ -550,6 +550,10 @@ module std [system] {
header "experimental/regex"
export *
}
+ module simd {
+ header "experimental/simd"
+ export *
+ }
module set {
header "experimental/set"
export *
OpenPOWER on IntegriCloud