Neal Becker
2008-Nov-12 15:15 UTC
[LLVMdev] python: Symbol `__gxx_personality_v0' causes overflow in R_X86_64_PC32 relocation
linux fedora f9 x86_64 llvm-2.4 I tried building a bunch of my python modules (which compile to shared libraries) using llvm-c++ instead of gnu c++. When the program runs, I see these messages: python: Symbol `__gxx_personality_v0' causes overflow in R_X86_64_PC32 relocation Ideas?
Axel Naumann
2008-Nov-12 15:19 UTC
[LLVMdev] python: Symbol `__gxx_personality_v0' causes overflow in R_X86_64_PC32 relocation
Hi, aka <http://llvm.org/bugs/show_bug.cgi?id=2853>. Cheers, Axel. On 2008-11-12 16:15, Neal Becker wrote:> linux fedora f9 x86_64 > llvm-2.4 > > I tried building a bunch of my python modules (which compile to shared libraries) using llvm-c++ instead of gnu c++. When the program runs, I see these messages: > > python: Symbol `__gxx_personality_v0' causes overflow in R_X86_64_PC32 relocation > > Ideas? > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Seemingly Similar Threads
- [LLVMdev] Assertion fails resolving R_X86_64_PC32 relocation
- [LLVMdev] Assertion fails resolving R_X86_64_PC32 relocation
- lld mishandling R_X86_64_PC32 relocations
- [LLVMdev] Offset overflow on calling __chkstc and __alloca
- Wrong relocation emitted when building shared libraries with Control Flow Integrity