mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks
like 6 is a fixed point of that and so the previous tests were OK :-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122614 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -395,6 +395,7 @@ namespace llvm {
|
||||
|
||||
virtual bool EmitCFIStartProc();
|
||||
virtual bool EmitCFIEndProc();
|
||||
virtual bool EmitCFIDefCfa(int64_t Register, int64_t Offset);
|
||||
virtual bool EmitCFIDefCfaOffset(int64_t Offset);
|
||||
virtual bool EmitCFIDefCfaRegister(int64_t Register);
|
||||
virtual bool EmitCFIOffset(int64_t Register, int64_t Offset);
|
||||
|
Reference in New Issue
Block a user