forked from OSchip/llvm-project
[gn build] (semi-manually) port 4247381e26
This commit is contained in:
parent
dd58083304
commit
80b60580df
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue