commit | 483f071ff4780a8884f32d97d2d262fbe9f1ae18 | [log] [tgz] |
---|---|---|
author | Jason Simmons <jsimmons@google.com> | Thu Sep 01 18:12:04 2022 +0000 |
committer | Jason Simmons <jsimmons@google.com> | Thu Sep 01 18:12:04 2022 +0000 |
tree | ad2f2d3827497b71c4675ff2ed9a637289a291e2 | |
parent | 2ce528fb5e0f92e57c97ec3ff53b75359d33af12 [diff] |
Export ___gxx_personality_v0 as a weak symbol on iOS This is apparently required by the latest Clang toolchain in order to do a bitcode build of the engine with LTO enabled. See https://github.com/flutter/flutter/issues/110140 Change-Id: I6eec2e741e5a9a67aece176aab365303b5425827 Reviewed-on: https://flutter-review.googlesource.com/c/third_party/libcxxabi/+/33360 Reviewed-by: Zach Anderson <zra@google.com>