[llvm] 90a154e - [gn build] Port 9540950a45ee

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 09:40:53 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-06-12T16:35:33Z
New Revision: 90a154e07db67a1e5e84890f1baf61c2cdc916d9

URL: https://github.com/llvm/llvm-project/commit/90a154e07db67a1e5e84890f1baf61c2cdc916d9
DIFF: https://github.com/llvm/llvm-project/commit/90a154e07db67a1e5e84890f1baf61c2cdc916d9.diff

LOG: [gn build] Port 9540950a45ee

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 9d1ec8d2f7d31..5688d3674268d 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -143,7 +143,6 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pop_heap.h",
       "__algorithm/prev_permutation.h",
       "__algorithm/pstl.h",
-      "__algorithm/pstl_frontend_dispatch.h",
       "__algorithm/push_heap.h",
       "__algorithm/ranges_adjacent_find.h",
       "__algorithm/ranges_all_of.h",
@@ -646,11 +645,12 @@ if (current_toolchain == default_toolchain) {
       "__numeric/transform_reduce.h",
       "__ostream/basic_ostream.h",
       "__ostream/print.h",
+      "__pstl/backend.h",
+      "__pstl/backend_fwd.h",
+      "__pstl/backends/default.h",
       "__pstl/backends/libdispatch.h",
       "__pstl/backends/serial.h",
       "__pstl/backends/std_thread.h",
-      "__pstl/configuration.h",
-      "__pstl/configuration_fwd.h",
       "__pstl/cpu_algos/any_of.h",
       "__pstl/cpu_algos/cpu_traits.h",
       "__pstl/cpu_algos/fill.h",
@@ -660,6 +660,8 @@ if (current_toolchain == default_toolchain) {
       "__pstl/cpu_algos/stable_sort.h",
       "__pstl/cpu_algos/transform.h",
       "__pstl/cpu_algos/transform_reduce.h",
+      "__pstl/dispatch.h",
+      "__pstl/handle_exception.h",
       "__random/bernoulli_distribution.h",
       "__random/binomial_distribution.h",
       "__random/cauchy_distribution.h",


        


More information about the llvm-commits mailing list