[llvm] e61917c - [gn build] Port 924ea3bb53ca

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 1 18:51:08 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-06-02T01:47:33Z
New Revision: e61917ce2dc71573248f5de54c5e1628d96648fc

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

LOG: [gn build] Port 924ea3bb53ca

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 75627508eb18..a6e091a973d1 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -59,6 +59,7 @@ if (current_toolchain == default_toolchain) {
 
   copy("copy_headers") {
     sources = [
+      "__algorithm/unwrap_iter.h",
       "__availability",
       "__bit_reference",
       "__bits",


        


More information about the llvm-commits mailing list