[llvm] 538ffd4 - [gn build] Port 5726e5598104

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 07:10:35 PST 2022


Author: LLVM GN Syncbot
Date: 2022-01-14T15:05:57Z
New Revision: 538ffd4a24b4189202e01378e0de947dfe9c4d74

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

LOG: [gn build] Port 5726e5598104

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 2eae476bc5ee4..efd9bd83e773c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -164,6 +164,13 @@ if (current_toolchain == default_toolchain) {
       "__charconv/chars_format.h",
       "__charconv/from_chars_result.h",
       "__charconv/to_chars_result.h",
+      "__chrono/calendar.h",
+      "__chrono/duration.h",
+      "__chrono/file_clock.h",
+      "__chrono/high_resolution_clock.h",
+      "__chrono/steady_clock.h",
+      "__chrono/system_clock.h",
+      "__chrono/time_point.h",
       "__compare/common_comparison_category.h",
       "__compare/compare_three_way.h",
       "__compare/compare_three_way_result.h",


        


More information about the llvm-commits mailing list