gn build: (manually) merge r374606 better

llvm-svn: 374611
This commit is contained in:
Nico Weber
2019-10-11 23:22:36 +00:00
parent 92e11e6d39
commit 1b82fb61c1

View File

@@ -24,7 +24,6 @@ if (target_os == "mac") {
}
unwind_sources = [
"Unwind_AppleExtras.cpp",
"libunwind.cpp",
"Unwind-EHABI.cpp",
"Unwind-seh.cpp",
@@ -46,7 +45,11 @@ unwind_sources = [
"UnwindCursor.hpp",
]
if (target_os == "mac") {
unwind_sources += [ "src/Unwind_AppleExtras.cpp" ]
unwind_sources += [
# This comment prevents `gn format` from putting the file on the same line
# as `sources +=`, for sync_source_lists_from_cmake.py.
"Unwind_AppleExtras.cpp",
]
}
config("unwind_config") {