[llvm] a8c46de - [gn build] Port 053d9e5832c7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 06:10:12 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-07-11T13:04:05Z
New Revision: a8c46de8ada5881127a0953ca55bf95285235cd4

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

LOG: [gn build] Port 053d9e5832c7

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 3417f5ff5c203b..27545cada1c491 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -742,6 +742,7 @@ if (current_toolchain == default_toolchain) {
       "__system_error/error_condition.h",
       "__system_error/system_error.h",
       "__thread/formatter.h",
+      "__thread/id.h",
       "__thread/poll_with_backoff.h",
       "__thread/this_thread.h",
       "__thread/thread.h",


        


More information about the llvm-commits mailing list