[llvm] 7fac9c9 - [gn build] Port 8a61749f767e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 00:47:21 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-28T07:43:55Z
New Revision: 7fac9c914171484e3b311ef81ce595035cb1017b

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

LOG: [gn build] Port 8a61749f767e

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 ab37180b65146..23ba126104b48 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -69,6 +69,7 @@ if (current_toolchain == default_toolchain) {
   copy("copy_headers") {
     sources = [
       "__algorithm/adjacent_find.h",
+      "__algorithm/algorithm_family.h",
       "__algorithm/all_of.h",
       "__algorithm/any_of.h",
       "__algorithm/binary_search.h",


        


More information about the llvm-commits mailing list