[llvm] a1cdd4e - [gn build] Port d31a2e7554ea

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 4 09:45:22 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-06-04T16:41:04Z
New Revision: a1cdd4efad41d5ba64c14da33d4617be3aa23716

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

LOG: [gn build] Port d31a2e7554ea

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 a6d2b6502b8e..7d945ea006d5 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -182,6 +182,7 @@ if (current_toolchain == default_toolchain) {
       "__ranges/concepts.h",
       "__ranges/data.h",
       "__ranges/empty.h",
+      "__ranges/empty_view.h",
       "__ranges/enable_borrowed_range.h",
       "__ranges/size.h",
       "__ranges/view.h",


        


More information about the llvm-commits mailing list