do not drop relocation kind in alias analysis
This commit is contained in:
parent
00a30954ac
commit
2e38c86af6
3 changed files with 3 additions and 1 deletions
1
all.h
1
all.h
|
@ -282,6 +282,7 @@ struct Alias {
|
|||
Ref base;
|
||||
uint32_t label;
|
||||
int64_t offset;
|
||||
int rel;
|
||||
Alias *slot;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue