forked from OSchip/llvm-project
![]() Both arm32 armv7/armv8 bots which do not use compiler-rt are failing to a linking issue: [100%] Built target cxxabi_static CMakeFiles/cxxabi_shared.dir/cxa_demangle.cpp.o: In function `(anonymous namespace)::itanium_demangle::OutputStream::writeUnsigned(unsigned long long, bool)': /home/buildslave/buildslave/libcxx-libcxxabi-libunwind-armv7-linux-noexceptions/llvm/projects/libcxxabi/src/demangle/Utility.h:55: undefined reference to `__aeabi_uldivmod' /home/buildslave/buildslave/libcxx-libcxxabi-libunwind-armv7-linux-noexceptions/llvm/projects/libcxxabi/src/demangle/Utility.h:56: undefined reference to `__aeabi_uldivmod' clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation) It seems after r371273 OutputStream is used more extensively and is pulling OutputStream::writeUnsigned (which thus requires unsigned integer module). The straightfoward fix is to explicit link against libgcc if compiler-rt is not used. llvm-svn: 372921 |
||
---|---|---|
.. | ||
demangle | ||
include | ||
CMakeLists.txt | ||
abort_message.cpp | ||
abort_message.h | ||
cxa_aux_runtime.cpp | ||
cxa_default_handlers.cpp | ||
cxa_demangle.cpp | ||
cxa_exception.cpp | ||
cxa_exception.h | ||
cxa_exception_storage.cpp | ||
cxa_guard.cpp | ||
cxa_guard_impl.h | ||
cxa_handlers.cpp | ||
cxa_handlers.h | ||
cxa_noexception.cpp | ||
cxa_personality.cpp | ||
cxa_thread_atexit.cpp | ||
cxa_unexpected.cpp | ||
cxa_vector.cpp | ||
cxa_virtual.cpp | ||
fallback_malloc.cpp | ||
fallback_malloc.h | ||
private_typeinfo.cpp | ||
private_typeinfo.h | ||
stdlib_exception.cpp | ||
stdlib_new_delete.cpp | ||
stdlib_stdexcept.cpp | ||
stdlib_typeinfo.cpp |