[gn build] (semi-manually) port 4247381e26dd
authorNico Weber <thakis@chromium.org>
Mon, 13 Sep 2021 14:03:29 +0000 (10:03 -0400)
committerNico Weber <thakis@chromium.org>
Mon, 13 Sep 2021 14:03:29 +0000 (10:03 -0400)
llvm/utils/gn/secondary/libcxx/src/BUILD.gn

index e91d9ce..bbdfad6 100644 (file)
@@ -176,7 +176,11 @@ if (target_os == "solaris") {
   cxx_sources += [ "support/solaris/xlocale.cpp" ]
 }
 if (target_os == "zos") {
-  cxx_sources += [ "support/ibm/xlocale_zos.cpp" ]
+  cxx_sources += [
+    "support/ibm/mbsnrtowcs.cpp",
+    "support/ibm/wcsnrtombs.cpp",
+    "support/ibm/xlocale_zos.cpp",
+  ]
 }
 if (libcxx_enable_debug_mode) {
   cxx_sources += [ "debug.cpp" ]