From dbad3280d965081c5d392b85b9a2a4021db02b30 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 19 Jul 2019 18:52:46 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366603 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/CMakeLists.txt b/projects/CMakeLists.txt index 47ceb9ea2f3..c98a8824773 100644 --- a/projects/CMakeLists.txt +++ b/projects/CMakeLists.txt @@ -30,8 +30,8 @@ if(${LLVM_BUILD_RUNTIME}) # Add the projects in reverse order of their dependencies so that the # dependent projects can see the target names of their dependencies. add_llvm_external_project(libunwind) - add_llvm_external_project(pstl) add_llvm_external_project(libcxxabi) + add_llvm_external_project(pstl) add_llvm_external_project(libcxx) endif() if(NOT LLVM_BUILD_EXTERNAL_COMPILER_RT) -- 2.40.0