We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0c571 commit 08c709aCopy full SHA for 08c709a
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -96,6 +96,7 @@ copy("include") {
96
"__support/ibm/gettod_zos.h",
97
"__support/ibm/limits.h",
98
"__support/ibm/locale_mgmt_aix.h",
99
+ "__support/ibm/locale_mgmt_zos.h",
100
"__support/ibm/nanosleep.h",
101
"__support/ibm/support.h",
102
"__support/ibm/xlocale.h",
llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -176,6 +176,9 @@ if (target_os == "win") {
176
if (target_os == "solaris") {
177
cxx_sources += [ "support/solaris/xlocale.cpp" ]
178
}
179
+if (target_os == "zos") {
180
+ cxx_sources += [ "support/ibm/xlocale_zos.cpp" ]
181
+}
182
if (libcxx_enable_debug_mode) {
183
cxx_sources += [ "debug.cpp" ]
184
0 commit comments