[llvm] a4404f2 - [gn] port 8a531c3608c7 (#205957)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 18:49:51 PDT 2026


Author: Nico Weber
Date: 2026-06-25T21:49:47-04:00
New Revision: a4404f2ceb511429d19a4644e1b301d135e2e126

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

LOG: [gn] port 8a531c3608c7 (#205957)

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 90aa7f8ff8088..6c48714f8862c 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1743,6 +1743,7 @@ if (current_toolchain == default_toolchain) {
       "strstream",
       "syncstream",
       "system_error",
+      "text_encoding",
       "tgmath.h",
       "thread",
       "tuple",

diff  --git a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
index 3301cddd18103..d5ffd0d4883c3 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -183,6 +183,7 @@ cxx_sources = [
   "support/runtime/stdexcept_default.ipp",
   "support/runtime/stdexcept_vcruntime.ipp",
   "system_error.cpp",
+  "text_encoding.cpp",
   "thread.cpp",
   "typeinfo.cpp",
   "valarray.cpp",


        


More information about the llvm-commits mailing list