[llvm] fd5a26e - [gn build] Port 971e9c80e966

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 10:14:14 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-06-17T17:10:15Z
New Revision: fd5a26e6107e7dde868894883bc9f4503d1c657b

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

LOG: [gn build] Port 971e9c80e966

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 4cda912d76f82..a0412b5bbfa1d 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -330,6 +330,7 @@ if (current_toolchain == default_toolchain) {
       "__functional/bind_front.h",
       "__functional/binder1st.h",
       "__functional/binder2nd.h",
+      "__functional/boyer_moore_searcher.h",
       "__functional/compose.h",
       "__functional/default_searcher.h",
       "__functional/function.h",


        


More information about the llvm-commits mailing list