projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14bc374
)
[gn] port 1ae57fed880688 and fix mistake from 1203a24764bfa
author
Nico Weber
<thakis@chromium.org>
Tue, 18 Apr 2023 12:29:50 +0000
(08:29 -0400)
committer
Nico Weber
<thakis@chromium.org>
Tue, 18 Apr 2023 12:31:13 +0000
(08:31 -0400)
llvm/utils/gn/secondary/libunwind/src/BUILD.gn
patch
|
blob
|
history
diff --git
a/llvm/utils/gn/secondary/libunwind/src/BUILD.gn
b/llvm/utils/gn/secondary/libunwind/src/BUILD.gn
index f4aa67afbe13cb4ebfc6e3cab4301ddad4975961..59f39816977d9826a1d125542d302900fb5a9275 100644
(file)
--- a/
llvm/utils/gn/secondary/libunwind/src/BUILD.gn
+++ b/
llvm/utils/gn/secondary/libunwind/src/BUILD.gn
@@
-38,7
+38,6
@@
unwind_sources = [
"UnwindLevel1.c",
"UnwindRegistersRestore.S",
"UnwindRegistersSave.S",
- "Unwind_AIXExtras.cpp",
"assembly.h",
"cet_unwind.h",
"config.h",
@@
-46,8
+45,8
@@
unwind_sources = [
"libunwind.cpp",
"libunwind_ext.h",
]
-if (current_os == "
mac
") {
- unwind_sources += [ "Unwind_A
pple
Extras.cpp" ]
+if (current_os == "
aix
") {
+ unwind_sources += [ "Unwind_A
IX
Extras.cpp" ]
}
if (current_os == "android") {