[llvm] 97cfe54 - [gn build] port 77116bd7d268

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 06:06:54 PDT 2024


Author: Nico Weber
Date: 2024-06-10T09:06:35-04:00
New Revision: 97cfe549c9a9ec3880c984bd4d2ddbbd92dcb9a0

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

LOG: [gn build] port 77116bd7d268

Added: 
    

Modified: 
    llvm/utils/gn/secondary/libcxx/include/BUILD.gn
    llvm/utils/gn/secondary/libcxx/src/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index 8a5f6d1908784..ab3ae4ce8186c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -320,6 +320,7 @@ if (current_toolchain == default_toolchain) {
       "__chrono/convert_to_tm.h",
       "__chrono/day.h",
       "__chrono/duration.h",
+      "__chrono/exception.h",
       "__chrono/file_clock.h",
       "__chrono/formatter.h",
       "__chrono/hh_mm_ss.h",

diff  --git a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
index 0cd3a0dbbc859..765e37721370c 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -320,6 +320,9 @@ if (libcxx_enable_experimental) {
         "include/tzdb/types_private.h",
         "include/tzdb/tzdb_list_private.h",
         "include/tzdb/tzdb_private.h",
+        # TODO TZDB The exception could be moved in chrono once the TZDB library
+        # is no longer experimental.
+        "chrono_exception.cpp",
         "time_zone.cpp",
         "tzdb.cpp",
         "tzdb_list.cpp",


        


More information about the llvm-commits mailing list