diff options
author | Louis Dionne <ldionne@apple.com> | 2019-07-19 18:52:46 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-07-19 18:52:46 +0000 |
commit | a3c83b7511a56a1bc79784078caab0ad7f8c7abb (patch) | |
tree | 39e1f342a6dddc48cfb44fc8156c16fc77ad959c /libcxx/utils | |
parent | ff9c9e644db9e0caee7adcd8e5b968549ee94e66 (diff) | |
download | bcm5719-llvm-a3c83b7511a56a1bc79784078caab0ad7f8c7abb.tar.gz bcm5719-llvm-a3c83b7511a56a1bc79784078caab0ad7f8c7abb.zip |
Revert "[libc++] Integrate the PSTL into libc++"
This reverts r366593, which caused unforeseen breakage on the build bots.
I'm reverting until the problems have been figured out and fixed.
llvm-svn: 366603
Diffstat (limited to 'libcxx/utils')
-rw-r--r-- | libcxx/utils/libcxx/test/config.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py index e694ea14793..e263e9db750 100644 --- a/libcxx/utils/libcxx/test/config.py +++ b/libcxx/utils/libcxx/test/config.py @@ -580,13 +580,6 @@ class Configuration(object): support_path = os.path.join(self.libcxx_src_root, 'test/support') self.cxx.compile_flags += ['-I' + support_path] - # Add includes for the PSTL headers - pstl_root = self.get_lit_conf('pstl_root') - if pstl_root is not None: - self.cxx.compile_flags += ['-I' + os.path.join(pstl_root, 'include')] - self.cxx.compile_flags += ['-I' + os.path.join(pstl_root, 'test')] - self.config.available_features.add('parallel-algorithms') - # FIXME(EricWF): variant_size.pass.cpp requires a slightly larger # template depth with older Clang versions. self.cxx.addFlagIfSupported('-ftemplate-depth=270') |