[LLVMbugs] [Bug 5815] New: msp430 backend: warning: internal error: unsupported relocation error
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Dec 16 20:18:09 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5815
Summary: msp430 backend: warning: internal error: unsupported
relocation error
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: regehr at cs.utah.edu
CC: asl at math.spbu.ru, llvmbugs at cs.uiuc.edu
regehr at john-home:~/volatile/bugs/tmp249$ clang -Os -w -ccc-host-triple
msp430-elf -c small.c
regehr at john-home:~/volatile/bugs/tmp249$ clang -ccc-host-triple msp430-elf
-Wl,-m,msp430x1611 -L/home/regehr/llvm-msp430/build/msp430/lib -L/home/regehr
/llvm-msp430/build/lib/msp430 -o small.elf small.o
small.o: In function `int324':
small.c:(.text+0xa): warning: internal error: unsupported relocation error
regehr at john-home:~/volatile/bugs/tmp249$ clang -v
clang version 1.1 (trunk 114)
Target: i386-pc-linux-gnu
Thread model: posix
regehr at john-home:~/volatile/bugs/tmp249$ cat small.c
typedef int int32_t;
typedef unsigned char uint8_t;
int32_t g_5;
int32_t *volatile g_4 = &g_5;
uint8_t g = 1;
int32_t g_38 = 1;
int324 (int32p_35)
{
int32_t *l_39 = &g_38;
*l_39 |= *g_4;
}
--
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