From 2e38c86af6c91bfb23dfb06b517a00c11fd4c1b3 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 9 Sep 2022 17:54:06 +0200 Subject: do not drop relocation kind in alias analysis --- all.h | 1 + 1 file changed, 1 insertion(+) (limited to 'all.h') diff --git a/all.h b/all.h index 14ebf68..8303c62 100644 --- a/all.h +++ b/all.h @@ -282,6 +282,7 @@ struct Alias { Ref base; uint32_t label; int64_t offset; + int rel; Alias *slot; }; -- cgit v1.2.3