[LLVMbugs] [Bug 2674] Compiling for ARM with -g and -O0 failed
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Aug 18 02:01:17 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2674
Evan Cheng <evan.cheng at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Evan Cheng <evan.cheng at apple.com> 2008-08-18 04:01:14 ---
ARMAsmPrinter can print dwarf line numbers, but not more. It's currently
asserting in
int ARMRegisterInfo::getDwarfRegNum(unsigned RegNum, bool isEH) const {
assert(0 && "What is the dwarf register number");
return -1;
}
I've commented out calls to dwarf writer in ARMAsmPrinter.cpp for now.
--
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