aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/CMakeLists.txt
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2024-03-11 14:04:51 +0100
committerGitHub <noreply@github.com>2024-03-11 14:04:51 +0100
commit2a38551457cb2b38dcca35e30e9f2d7fce9ae3e7 (patch)
tree822fca96bcf5e5c67dc6d7a237b29fe265b33230 /libcxx/include/CMakeLists.txt
parent2b8f1daf7878c03d5fac58385fdc3e498a810d8d (diff)
downloadllvm-2a38551457cb2b38dcca35e30e9f2d7fce9ae3e7.zip
llvm-2a38551457cb2b38dcca35e30e9f2d7fce9ae3e7.tar.gz
llvm-2a38551457cb2b38dcca35e30e9f2d7fce9ae3e7.tar.bz2
[libc++] Remove <tuple> from <variant> (#83183)
This moves a utility from `<tuple>` into an implementation detail header and refactors the selection of the variant index type to use.
Diffstat (limited to 'libcxx/include/CMakeLists.txt')
-rw-r--r--libcxx/include/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt
index e37c4ac..63adc03 100644
--- a/libcxx/include/CMakeLists.txt
+++ b/libcxx/include/CMakeLists.txt
@@ -701,6 +701,7 @@ set(files
__thread/thread.h
__thread/timed_backoff_policy.h
__tree
+ __tuple/find_index.h
__tuple/make_tuple_types.h
__tuple/pair_like.h
__tuple/sfinae_helpers.h