[all-commits] [llvm/llvm-project] 53b674: [ELF] InputSectionBase: add bool compressed to avo...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Nov 20 13:56:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53b674ee159ae0dd9f5e7492e1c0af45d2305e73
https://github.com/llvm/llvm-project/commit/53b674ee159ae0dd9f5e7492e1c0af45d2305e73
Author: Fangrui Song <i at maskray.me>
Date: 2022-11-20 (Sun, 20 Nov 2022)
Changed paths:
M lld/ELF/InputSection.cpp
M lld/ELF/InputSection.h
Log Message:
-----------
[ELF] InputSectionBase: add bool compressed to avoid overloading size with compressed semantics
Rename uncompressedSize to size, to prepare for shrinking rawData+size from 3 words to 2 words.
More information about the All-commits
mailing list