[llvm] c2e8b54 - [gn build] Port df51be85e4ae

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 18 09:33:11 PST 2022


Author: LLVM GN Syncbot
Date: 2022-01-18T17:28:57Z
New Revision: c2e8b54d59778c1867a830031d08ffe65d577794

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

LOG: [gn build] Port df51be85e4ae

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 efd9bd83e773c..43703f603d794 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -165,6 +165,7 @@ if (current_toolchain == default_toolchain) {
       "__charconv/from_chars_result.h",
       "__charconv/to_chars_result.h",
       "__chrono/calendar.h",
+      "__chrono/convert_to_timespec.h",
       "__chrono/duration.h",
       "__chrono/file_clock.h",
       "__chrono/high_resolution_clock.h",
@@ -427,6 +428,7 @@ if (current_toolchain == default_toolchain) {
       "__support/xlocale/__posix_l_fallback.h",
       "__support/xlocale/__strtonum_fallback.h",
       "__thread/poll_with_backoff.h",
+      "__thread/timed_backoff_policy.h",
       "__threading_support",
       "__tree",
       "__tuple",


        


More information about the llvm-commits mailing list