diff options
| author | Tim Shen <timshen91@gmail.com> | 2018-04-23 19:56:20 +0000 |
|---|---|---|
| committer | Tim Shen <timshen91@gmail.com> | 2018-04-23 19:56:20 +0000 |
| commit | f72b2085766355021597809ac99a23e1dd32e035 (patch) | |
| tree | d0fae9622553a5419212ba6d17c0ea79242a6909 /libcxx/include/module.modulemap | |
| parent | 8e484dc531a37cccc805335c0ede696b2b26fa9f (diff) | |
| download | bcm5719-llvm-f72b2085766355021597809ac99a23e1dd32e035.tar.gz bcm5719-llvm-f72b2085766355021597809ac99a23e1dd32e035.zip | |
Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7."
This reverts commit r330627.
This causes several bots to freak out.
llvm-svn: 330636
Diffstat (limited to 'libcxx/include/module.modulemap')
| -rw-r--r-- | libcxx/include/module.modulemap | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap index 5b3ebf48aa1..473938656a1 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -550,10 +550,6 @@ module std [system] { header "experimental/regex" export * } - module simd { - header "experimental/simd" - export * - } module set { header "experimental/set" export * |

