search for: __si_class_type_info

Displaying 6 results from an estimated 6 matches for "__si_class_type_info".

2017 Jun 06
3
libc++ failed to link against musl
...to __cxa_allocate_exception, __cxa_begin_catch, __cxa_end_catch, __cxa_free_exception, __cxa_guard_abort, __cxa_guard_acquire, __cxa_guard_release, __cxa_pure_virtual, __cxa_rethrow, __cxa_throw, __gxx_personality_v0, _Unwind_Resume, vtable for __cxxabiv1::__class_type_info, vtable for __cxxabiv1::__si_class_type_info, vtable for __cxxabiv1::__vmi_class_type_info. The full output of the linking command is too long and is attached gzipped. The linking command is the following: > > Those symbols are from libc++abi, and it isn't on your link line. It depends on how you want to package libc++ whether you...
2017 Jun 05
3
libc++ failed to link against musl
...to __cxa_allocate_exception, __cxa_begin_catch, __cxa_end_catch, __cxa_free_exception, __cxa_guard_abort, __cxa_guard_acquire, __cxa_guard_release, __cxa_pure_virtual, __cxa_rethrow, __cxa_throw, __gxx_personality_v0, _Unwind_Resume, vtable for __cxxabiv1::__class_type_info, vtable for __cxxabiv1::__si_class_type_info, vtable for __cxxabiv1::__vmi_class_type_info. The full output of the linking command is too long and is attached gzipped. The linking command is the following: x86_64-linux-musl-g++ -fPIC -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings...
2015 Oct 25
2
[compiler-rt] Undefined negation in float emulation functions
On 26/10/15 02:54, Joerg Sonnenberger wrote: > On Sun, Oct 25, 2015 at 06:46:48AM -0400, Steve Canon via llvm-dev wrote: >> On Oct 24, 2015, at 6:02 PM, Chris Lattner <clattner at apple.com> wrote: >>> >>> >>>> On Oct 23, 2015, at 7:43 PM, Matthew Fernandez via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>>>> On 21/10/15 00:15,
2017 Jan 17
2
Git Transition status?
> On Jan 17, 2017, at 12:44 PM, Stephen Checkoway <s at pahtak.org> wrote: > > >> On Jan 17, 2017, at 14:39, Mehdi Amini <mehdi.amini at apple.com> wrote: >> >> >>> On Jan 17, 2017, at 12:33 PM, Stephen Checkoway <s at pahtak.org> wrote: >>> >>> >>>> On Jan 17, 2017, at 10:11, Mehdi Amini via llvm-dev
2011 Jun 11
0
[LLVMdev] Kaleidoscope Build Error
...t+0xaed): undefined reference to `operator > new(unsigned long)' > ... > /homes/malecha/tmp/llvm/lib/ocaml/libLLVMSupport.a(Allocator.o):(.data.rel.ro._ZTIN4llvm19MallocSlabAllocatorE[typeinfo > for llvm::MallocSlabAllocator]+0x0): undefined reference to `vtable for > __cxxabiv1::__si_class_type_info' > /homes/malecha/tmp/llvm/lib/ocaml/libLLVMSupport.a(Allocator.o):(.data.rel.ro._ZTIN4llvm13SlabAllocatorE[typeinfo > for llvm::SlabAllocator]+0x0): undefined reference to `vtable for > __cxxabiv1::__class_type_info' > /homes/malecha/tmp/llvm/lib/ocaml/libLLVMSupport.a(Errno.o)...
2020 Mar 25
2
Build Clang/LLVM for AVR
Thank you for both of your input. Yes, I try to cross-compile for AVR, the simple ATMEGA328P used in every Arduino Uno. My main motivation being that I hope to be able to use a couple of STL containers, <functional> and <type_traits> on the MCU. Not sure though if this can be reached by going via the clang route. Getting back to the compilation: when I run clang with both both