summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/InputSection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h
index 853b6385ae2..4453da8394e 100644
--- a/lld/ELF/InputSection.h
+++ b/lld/ELF/InputSection.h
@@ -220,7 +220,7 @@ struct SectionPiece {
uint32_t InputOff;
uint32_t Hash;
- uint64_t OutputOff : 63;
+ int64_t OutputOff : 63;
uint64_t Live : 1;
};
OpenPOWER on IntegriCloud