Change libc++ to stop statically linking the unwinder. am: fa2de1c6b1 am: d98c056606
Change-Id: If5d7fdd384a5c867b6c9ae17f1aafcbed6e8b3b6
This commit is contained in:
@@ -116,10 +116,6 @@ cc_library_shared {
|
||||
stl: "none",
|
||||
|
||||
target: {
|
||||
android_arm: {
|
||||
static_libs: ["libunwind_llvm"],
|
||||
ldflags: ["-Wl,--exclude-libs,libunwind_llvm.a"],
|
||||
},
|
||||
darwin: {
|
||||
unexported_symbols_list: "lib/libc++unexp.exp",
|
||||
force_symbols_not_weak_list: "lib/notweak.exp",
|
||||
|
||||
Reference in New Issue
Block a user