[llvm] 5a47d48 - [gn build] Port aa7f377c965c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 20 07:07:11 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-10-20T14:01:29Z
New Revision: 5a47d48034dd3473eafd621b6f81647dd449f8e3

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

LOG: [gn build] Port aa7f377c965c

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 e5628a1d860419..3b452939839b28 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1039,7 +1039,6 @@ if (current_toolchain == default_toolchain) {
       "limits",
       "list",
       "locale",
-      "locale.h",
       "map",
       "math.h",
       "mdspan",
@@ -1070,7 +1069,6 @@ if (current_toolchain == default_toolchain) {
       "stdbool.h",
       "stddef.h",
       "stdexcept",
-      "stdint.h",
       "stdio.h",
       "stdlib.h",
       "stop_token",


        


More information about the llvm-commits mailing list