[LLVMbugs] [Bug 2674] New: Compiling for ARM with -g and -O0 failed
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Aug 13 07:24:42 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2674
Summary: Compiling for ARM with -g and -O0 failed
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: patrice.gerin at imag.fr
CC: llvmbugs at cs.uiuc.edu
Hi,
When compiling a .bc file for arm with llc, I ran into the following error:
> llvm-gcc -emit-llvm -c -g -O0 test.c -o test.bc
> llc -f -march=arm test.bc
Cannot yet select llvm.dbg.declare: 0x8aa97dc: ch = declare 0x8aa928c,
0x8aa96cc, 0x8aa9b0cllc[0x88dd77d]
/lib/tls/libc.so.6(abort+0x109)[0xb7d080c9]
llc[0x8221b08]
[0x0]
Abandon
This error occure only when the .bc file is obtain with -g and -0O passed to
llvm-gcc.
--
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