[LLVMbugs] [Bug 5561] New: llvm-gcc build broken on x86-64 linux: due to exception handling changes?
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Nov 19 07:19:33 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5561
Summary: llvm-gcc build broken on x86-64 linux: due to exception
handling changes?
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=3839)
--> (http://llvm.org/bugs/attachment.cgi?id=3839)
testcase .ll
/usr/bin/ld: .libs/bitmap_allocator.o: relocation R_X86_64_PC32 against symbol
`typeinfo for std::bad_alloc' can not be used when making a shared object;
recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
I'm guessing that exception handling typeinfos are being output wrong.
I've attached the bitcode for bitmap_allocator.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list