[ELF] Replace rawData+size with content_+size+compressedSize
authorFangrui Song <i@maskray.me>
Sun, 20 Nov 2022 23:22:32 +0000 (23:22 +0000)
committerFangrui Song <i@maskray.me>
Sun, 20 Nov 2022 23:22:32 +0000 (23:22 +0000)
commite8fafafe8ef5276879d654639a011e02810697e4
treed788ec892e54943e57a3b66634a61ad0ba5121b4
parent2bf5d864229ed8f93253d284a4806d3e672679aa
[ELF] Replace rawData+size with content_+size+compressedSize

compressedSize resides in an existing union. sizeof(InputSection) decreases from
160 to 152 on ELF64 systems.
lld/ELF/Arch/RISCV.cpp
lld/ELF/InputSection.cpp
lld/ELF/InputSection.h