[llvm] a1c4f42 - [gn build] Port e837f4b7dbc3
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu May 25 03:21:40 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-05-25T10:16:02Z
New Revision: a1c4f427f6da37d6e52d8e991687302c9a331286
URL: https://github.com/llvm/llvm-project/commit/a1c4f427f6da37d6e52d8e991687302c9a331286
DIFF: https://github.com/llvm/llvm-project/commit/a1c4f427f6da37d6e52d8e991687302c9a331286.diff
LOG: [gn build] Port e837f4b7dbc3
Added:
Modified:
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index 34757257f9dd..296ac29d31c8 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -154,6 +154,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pstl_backends/cpu_backends/find_if.h",
"__algorithm/pstl_backends/cpu_backends/for_each.h",
"__algorithm/pstl_backends/cpu_backends/serial.h",
+ "__algorithm/pstl_backends/cpu_backends/thread.h",
"__algorithm/pstl_backends/cpu_backends/transform.h",
"__algorithm/pstl_copy.h",
"__algorithm/pstl_fill.h",
More information about the llvm-commits
mailing list