aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Crane <cranes@google.com>2022-10-19 16:05:09 -0700
committerStephen Crane <cranes@google.com>2022-10-20 18:33:27 +0000
commit334c9ec7a0c1688fa6726b29b3222d140857ad65 (patch)
treea46e441c1203c8770a3f36abb091d87d52a88744 /lib
parent657746996fd44d216f2b6c29a2250131206e08dc (diff)
downloadcommon-334c9ec7a0c1688fa6726b29b3222d140857ad65.tar.gz
make: Fix link error from missing unwind symbol
Updating to clang-r468909 results in a new reference to __aeabi_unwind_cpp_pr0 that the linker fails to resolve correctly. It appears that the symbol is discarded earlier in linking but then referenced by the generated exidx tables on arm32. Force the linker to keep the symbol around in case it will be referenced. Bug: 251885867 Test: build.py generic-arm32-test-debug Change-Id: Icdc9d24c3bdb046b4f82753f247eff37886cb85d
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions