mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 10:55:58 +08:00
gn build: (manually) merge r374606 better
llvm-svn: 374611
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user