[LLVMdev] building an ARM backend
Jim Laskey
jlaskey at apple.com
Mon Apr 24 08:10:30 PDT 2006
This one I can answer.
This routine is used by debug emitters (specifically DwarfWriter), to
define which target register contains the return address on function
entry, MRegisterInfo::NoRegister if the return address is, for
example, pushed on the stack. You can return 0 for the time being.
As debug support advances, further instruction will be provided.
-- Jim
On Apr 24, 2006, at 10:50 AM, Rafael EspĂndola wrote:
> PS.: What is the getRARegister method for?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060424/b851a433/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060424/b851a433/attachment.bin>
More information about the llvm-dev
mailing list