http://llvm.org/bugs/show_bug.cgi?id=4376
Summary: lli -fast crashes with thread-local variables
Product: libraries
Version: 2.5
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Backend: X86
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created an attachment (id=3085)
--> (http://llvm.org/bugs/attachment.cgi?id=3085)
Thread local test program
lli -fast seg-faults on the attached input.
lli (no flags) prints OK as it should:
$ lli thread.bc
OK
$ lli -fast thread.bc
0 lli 0x0874f79e
Segmentation fault
If the thread-local is changed to an ordinary global, then lli -fast runs OK.
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs