aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/CMakeLists.txt
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2024-05-02 22:38:44 +0200
committerGitHub <noreply@github.com>2024-05-02 22:38:44 +0200
commit17f006207cb233e4988160fe8860cf082bbafe88 (patch)
treeb32b96952aa1860b40c92ad917666ec9e39ed958 /libcxx/include/CMakeLists.txt
parent9d4575c910c210c3780b1c882e09732464dd4f44 (diff)
downloadllvm-17f006207cb233e4988160fe8860cf082bbafe88.zip
llvm-17f006207cb233e4988160fe8860cf082bbafe88.tar.gz
llvm-17f006207cb233e4988160fe8860cf082bbafe88.tar.bz2
[libc++] Granularize <ostream> (#85537)
This also includes `<__ostream/basic_ostream.h>` in `<sstream>` now, reducing the include time of `<complex>` from 819ms to 603ms.
Diffstat (limited to 'libcxx/include/CMakeLists.txt')
-rw-r--r--libcxx/include/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt
index 1296c53..fd7eb12 100644
--- a/libcxx/include/CMakeLists.txt
+++ b/libcxx/include/CMakeLists.txt
@@ -581,6 +581,8 @@ set(files
__numeric/transform_exclusive_scan.h
__numeric/transform_inclusive_scan.h
__numeric/transform_reduce.h
+ __ostream/basic_ostream.h
+ __ostream/print.h
__pstl/backends/libdispatch.h
__pstl/backends/serial.h
__pstl/backends/std_thread.h