mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Fix global variable's address in a DIE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62596 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eab4a2e8ac
commit
9ec50ab3f8
@ -2791,7 +2791,7 @@ private:
|
||||
DIEBlock *Block = new DIEBlock();
|
||||
AddUInt(Block, 0, DW_FORM_data1, DW_OP_addr);
|
||||
AddObjectLabel(Block, 0, DW_FORM_udata,
|
||||
Asm->getGlobalLinkName(DI_GV.getGV()));
|
||||
Asm->getGlobalLinkName(DI_GV.getGlobal()));
|
||||
AddBlock(VariableDie, DW_AT_location, 0, Block);
|
||||
|
||||
//Add to map.
|
||||
|
Loading…
x
Reference in New Issue
Block a user