mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-03 17:02:03 +00:00
gn build: Sort cxx_sources in libcxx build file
Since these are in a custom list, `gn format` doesn't automatically sort them. Now their order matches the CMake build. No additions or deletions, this just sorts the files that are there. llvm-svn: 365277
This commit is contained in:
parent
bd74264c7d
commit
8068f51abb
@ -114,50 +114,50 @@ config("cxx_config") {
|
|||||||
|
|
||||||
cxx_sources = [
|
cxx_sources = [
|
||||||
"algorithm.cpp",
|
"algorithm.cpp",
|
||||||
"string.cpp",
|
|
||||||
"ios.cpp",
|
|
||||||
"condition_variable.cpp",
|
|
||||||
"hash.cpp",
|
|
||||||
"random.cpp",
|
|
||||||
"new.cpp",
|
|
||||||
"functional.cpp",
|
|
||||||
"exception.cpp",
|
|
||||||
"support/runtime/exception_msvc.ipp",
|
|
||||||
"support/runtime/exception_libcxxabi.ipp",
|
|
||||||
"support/runtime/exception_glibcxx.ipp",
|
|
||||||
"support/runtime/new_handler_fallback.ipp",
|
|
||||||
"support/runtime/exception_libcxxrt.ipp",
|
|
||||||
"support/runtime/exception_pointer_unimplemented.ipp",
|
|
||||||
"support/runtime/exception_pointer_cxxabi.ipp",
|
|
||||||
"support/runtime/exception_pointer_msvc.ipp",
|
|
||||||
"support/runtime/exception_fallback.ipp",
|
|
||||||
"support/runtime/exception_pointer_glibcxx.ipp",
|
|
||||||
"variant.cpp",
|
|
||||||
"shared_mutex.cpp",
|
|
||||||
"optional.cpp",
|
|
||||||
"strstream.cpp",
|
|
||||||
"include/apple_availability.h",
|
|
||||||
"include/refstring.h",
|
|
||||||
"include/config_elast.h",
|
|
||||||
"include/atomic_support.h",
|
|
||||||
"future.cpp",
|
|
||||||
"system_error.cpp",
|
|
||||||
"bind.cpp",
|
|
||||||
"iostream.cpp",
|
|
||||||
"stdexcept.cpp",
|
|
||||||
"valarray.cpp",
|
|
||||||
"chrono.cpp",
|
|
||||||
"typeinfo.cpp",
|
|
||||||
"locale.cpp",
|
|
||||||
"debug.cpp",
|
|
||||||
"charconv.cpp",
|
|
||||||
"utility.cpp",
|
|
||||||
"regex.cpp",
|
|
||||||
"mutex.cpp",
|
|
||||||
"any.cpp",
|
"any.cpp",
|
||||||
"thread.cpp",
|
"bind.cpp",
|
||||||
"vector.cpp",
|
"charconv.cpp",
|
||||||
|
"chrono.cpp",
|
||||||
|
"condition_variable.cpp",
|
||||||
|
"debug.cpp",
|
||||||
|
"exception.cpp",
|
||||||
|
"functional.cpp",
|
||||||
|
"future.cpp",
|
||||||
|
"hash.cpp",
|
||||||
|
"include/apple_availability.h",
|
||||||
|
"include/atomic_support.h",
|
||||||
|
"include/config_elast.h",
|
||||||
|
"include/refstring.h",
|
||||||
|
"ios.cpp",
|
||||||
|
"iostream.cpp",
|
||||||
|
"locale.cpp",
|
||||||
"memory.cpp",
|
"memory.cpp",
|
||||||
|
"mutex.cpp",
|
||||||
|
"new.cpp",
|
||||||
|
"optional.cpp",
|
||||||
|
"random.cpp",
|
||||||
|
"regex.cpp",
|
||||||
|
"shared_mutex.cpp",
|
||||||
|
"stdexcept.cpp",
|
||||||
|
"string.cpp",
|
||||||
|
"strstream.cpp",
|
||||||
|
"support/runtime/exception_fallback.ipp",
|
||||||
|
"support/runtime/exception_glibcxx.ipp",
|
||||||
|
"support/runtime/exception_libcxxabi.ipp",
|
||||||
|
"support/runtime/exception_libcxxrt.ipp",
|
||||||
|
"support/runtime/exception_msvc.ipp",
|
||||||
|
"support/runtime/exception_pointer_cxxabi.ipp",
|
||||||
|
"support/runtime/exception_pointer_glibcxx.ipp",
|
||||||
|
"support/runtime/exception_pointer_msvc.ipp",
|
||||||
|
"support/runtime/exception_pointer_unimplemented.ipp",
|
||||||
|
"support/runtime/new_handler_fallback.ipp",
|
||||||
|
"system_error.cpp",
|
||||||
|
"thread.cpp",
|
||||||
|
"typeinfo.cpp",
|
||||||
|
"utility.cpp",
|
||||||
|
"valarray.cpp",
|
||||||
|
"variant.cpp",
|
||||||
|
"vector.cpp",
|
||||||
]
|
]
|
||||||
if (target_os == "win") {
|
if (target_os == "win") {
|
||||||
cxx_sources += [
|
cxx_sources += [
|
||||||
|
Loading…
Reference in New Issue
Block a user