[all-commits] [llvm/llvm-project] 41ca82: [llvm-size] Output REL, RELA and STRTAB sections w...
gbreynoo via All-commits
all-commits at lists.llvm.org
Wed Jul 1 04:03:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 41ca82cbe815904173d094cb3a7789a705a73695
https://github.com/llvm/llvm-project/commit/41ca82cbe815904173d094cb3a7789a705a73695
Author: gbreynoo <Owen.Reynolds at sony.com>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
A llvm/test/tools/llvm-size/output-alloc.test
M llvm/tools/llvm-size/llvm-size.cpp
Log Message:
-----------
[llvm-size] Output REL, RELA and STRTAB sections when allocatable
gnu size has a number of special cases regarding REL, RELA and STRTAB
sections being considered in size output. To avoid unnecessary
complexity this commit makes llvm size outputs these sections in cases
they have the SHF_ALLOC flag.
Differential Revision: https://reviews.llvm.org/D82479
More information about the All-commits
mailing list