Skip to content

Commit 08c709a

Browse files
committed
[gn build] (manually) port ebe6161
1 parent aa0c571 commit 08c709a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ copy("include") {
9696
"__support/ibm/gettod_zos.h",
9797
"__support/ibm/limits.h",
9898
"__support/ibm/locale_mgmt_aix.h",
99+
"__support/ibm/locale_mgmt_zos.h",
99100
"__support/ibm/nanosleep.h",
100101
"__support/ibm/support.h",
101102
"__support/ibm/xlocale.h",

llvm/utils/gn/secondary/libcxx/src/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ if (target_os == "win") {
176176
if (target_os == "solaris") {
177177
cxx_sources += [ "support/solaris/xlocale.cpp" ]
178178
}
179+
if (target_os == "zos") {
180+
cxx_sources += [ "support/ibm/xlocale_zos.cpp" ]
181+
}
179182
if (libcxx_enable_debug_mode) {
180183
cxx_sources += [ "debug.cpp" ]
181184
}

0 commit comments

Comments
 (0)