[llvm] 72cefd5 - [gn build] Port 600686d75f55

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 22:01:10 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-05-05T04:57:55Z
New Revision: 72cefd50e552ce4e44f98d44779b326191204143

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

LOG: [gn build] Port 600686d75f55

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 7e670c3d6e3e..e76ec39fbbc8 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -98,6 +98,7 @@ if (current_toolchain == default_toolchain) {
       "__ranges/access.h",
       "__ranges/concepts.h",
       "__ranges/enable_borrowed_range.h",
+      "__ranges/size.h",
       "__ranges/view.h",
       "__split_buffer",
       "__sso_allocator",


        


More information about the llvm-commits mailing list