[llvm] f5b4131 - [gn build] Port aca829de13ec

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 17:14:47 PST 2025


Author: LLVM GN Syncbot
Date: 2025-02-07T01:08:23Z
New Revision: f5b41318b0feb042d51c4e8b66812423ed34b80f

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

LOG: [gn build] Port aca829de13ec

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 f118d22c472d89a..dd3dcca3687acfa 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -342,6 +342,7 @@ if (current_toolchain == default_toolchain) {
       "__chrono/steady_clock.h",
       "__chrono/sys_info.h",
       "__chrono/system_clock.h",
+      "__chrono/tai_clock.h",
       "__chrono/time_point.h",
       "__chrono/time_zone.h",
       "__chrono/time_zone_link.h",


        


More information about the llvm-commits mailing list