1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test/tools/llvm-size
gbreynoo b02a489508 [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
2020-07-01 12:02:32 +01:00
..
archive.test [llvm-size] print a blank line between archieve members when using sysv format 2020-01-03 14:05:55 +08:00
common.test
darwin-m.test
elf-berkeley.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
elf-m.test
elf-sysv.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
help.test
invalid-input.test Reapply: [llvm-size] Tidy up error messages (PR42970) 2019-10-14 17:29:15 +00:00
invalid-symbol-table-size.test [llvm-nm/objdump/size] Add tests for dumping symbol tables with invalid sh_size. 2020-05-06 17:01:20 +08:00
long-format.test
macho-berkeley.test
macho-sysv.test
multiple-inputs.test [llvm-size] print a blank line between archieve members when using sysv format 2020-01-03 14:05:55 +08:00
no-input.test Reapply: [llvm-size] Tidy up error messages (PR42970) 2019-10-14 17:29:15 +00:00
output-alloc.test [llvm-size] Output REL, RELA and STRTAB sections when allocatable 2020-07-01 12:02:32 +01:00
radix.test [llvm-size] print a blank line between archieve members when using sysv format 2020-01-03 14:05:55 +08:00
response-file.test
stdin.test
totals.test
unknown-format.test
version.test