forked from OSchip/llvm-project
[gn build] (manually) port b0fd9497af
This commit is contained in:
parent
b0fd9497af
commit
e85aee06d8
|
@ -115,6 +115,7 @@ config("cxx_config") {
|
|||
cxx_sources = [
|
||||
"algorithm.cpp",
|
||||
"any.cpp",
|
||||
"assert.cpp",
|
||||
"atomic.cpp",
|
||||
"barrier.cpp",
|
||||
"bind.cpp",
|
||||
|
@ -201,8 +202,8 @@ if (target_os == "zos") {
|
|||
}
|
||||
if (libcxx_enable_debug_mode) {
|
||||
cxx_sources += [
|
||||
"assert.cpp",
|
||||
"debug.cpp",
|
||||
"legacy_debug_handler.cpp",
|
||||
]
|
||||
}
|
||||
if (libcxx_enable_filesystem) {
|
||||
|
|
Loading…
Reference in New Issue