[llvm] 8e698a1 - [gn build] Port b68e2eba0bc8
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 23 18:03:36 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-03-24T00:56:59Z
New Revision: 8e698a1d8e6984e41d2fdf159393d01951d87c21
URL: https://github.com/llvm/llvm-project/commit/8e698a1d8e6984e41d2fdf159393d01951d87c21
DIFF: https://github.com/llvm/llvm-project/commit/8e698a1d8e6984e41d2fdf159393d01951d87c21.diff
LOG: [gn build] Port b68e2eba0bc8
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 3c8b80526773a3..ac111f90251352 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -287,6 +287,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/shift_right.h",
"__algorithm/shuffle.h",
"__algorithm/sift_down.h",
+ "__algorithm/simd_utils.h",
"__algorithm/sort.h",
"__algorithm/sort_heap.h",
"__algorithm/stable_partition.h",
More information about the llvm-commits
mailing list