[libcxx-commits] [PATCH] D113181: [libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-M
Nico Weber via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 5 08:15:20 PDT 2021
thakis added a comment.
This breaks out build.
[104/58411] SOLINK ./libc++_chrome.cr.so
FAILED: libc++_chrome.cr.so libc++_chrome.cr.so.TOC lib.unstripped/libc++_chrome.cr.so
python3 "../../build/toolchain/gcc_solink_wrapper.py" --readelf="../../third_party/llvm-build/Releas...(too long)
ld.lld: error: relocation R_ARM_ABS32 cannot be used against symbol '_Unwind_Resume'; recompile with -fPIC
>>> defined in obj/buildtools/third_party/libunwind/libunwind/Unwind-EHABI.o
>>> referenced by cxa_exception.cpp
>>> obj/buildtools/third_party/libc++abi/libc++abi/cxa_exception.o:(.text.__cxa_end_cleanup+0x10)
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
(https://bugs.chromium.org/p/chromium/issues/detail?id=1267270)
Please take a look.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113181/new/
https://reviews.llvm.org/D113181
More information about the libcxx-commits
mailing list