llvm-project/llvm/test/tools/llvm-objcopy/ELF
Igor Kudrin 68616584c3 [llvm-objcopy][ELF] Avoid reordering section headers
As for now, llvm-objcopy sorts section headers according to the offsets
of the sections in the input file. That can corrupt section references
in the dynamic symbol table because it is a loadable section and as such
is not updated by the tool. Even though the section references are not
required for loading the binary correctly, they are still handy for a
user who analyzes the file.

While the patch removes global reordering of section headers, it layouts
the sections in the same way as before, i.e. according to their original
offsets. All that helps the output file to resemble the input better.

Note that the patch removes sorting SHT_GROUP sections to the start of
the list, which was introduced in D62620 in order to ensure that they
come before the group members, along with the corresponding test. The
original issue was caused by the sorting of section headers, so dropping
the sorting also resolves the issue.

Differential Revision: https://reviews.llvm.org/D107653
2021-08-12 17:12:09 +07:00
..
Inputs [llvm-objcopy] Make ihex writer similar to binary writer 2021-06-16 10:08:20 -07:00
abs-symbol.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
add-gnu-debuglink.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
add-note.test [llvm-readobj] Include section name of notes. 2020-03-05 09:53:14 -08:00
add-section-and-set-flags.test [llvm-objcopy] Make --set-section-flags work with --add-section 2020-11-04 09:39:14 -08:00
add-section-remove.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
add-section-special.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
add-section.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
add-symbol-many-sections.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
add-symbol-new-symbol-visibility.test
add-symbol-new-symtab.test [llvm-objcopy] Make --set-section-flags work with --add-section 2020-11-04 09:39:14 -08:00
add-symbol-no-symtab.test Fixed llvm-objcopy to add correct symbol table for ELF with program headers. 2021-05-12 12:39:30 +04:00
add-symbol.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
adjacent-segments.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
archive-unknown-members.test
armexidx-link.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
auto-remove-add-symtab-shndx.test [llvm-objcopy/strip] Fix off-by-one error in SYMTAB_SHNDX need check 2021-03-04 10:23:45 +00:00
bad-output-format.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
basic-archive-copy.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
basic-binary-copy.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
basic-copy.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
basic-keep.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
basic-only-section.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
basic-relocations.test [llvm-readobj] - For SHT_REL relocations, don't display an addend. 2020-12-14 12:03:00 +03:00
binary-first-seg-offset-zero.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
binary-input-and-output.test
binary-input-error.test
binary-input.test [llvm-objcopy] Fix crash for binary input files with non-ascii names 2021-03-05 08:57:40 +00:00
binary-no-paddr.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
binary-out-error.test
binary-output-empty.test
binary-output-target.test [PowerPC] Support powerpcle target in LLVMObject [2/5] 2021-01-02 12:17:39 -06:00
binary-paddr.test [llvm-objcopy] -O binary: consider SHT_NOBITS sections to be empty 2021-02-01 15:01:25 -08:00
binary-remove-all-but-one.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
binary-remove-end.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
binary-remove-middle.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
binary-segment-layout.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
cannot-delete-dest.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
change-entry-point.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
check-addr-offset-align-binary.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
check-addr-offset-align.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
common-symbol.test [Hexagon][llvm-objcopy] Add missing check for SHN_HEXAGON_SCOMMON_1 2020-06-24 19:56:01 -05:00
compress-and-decompress-debug-sections-error.test
compress-debug-sections-default-gnu.test
compress-debug-sections-default.test
compress-debug-sections-groups.test [test] Avoid llvm-readelf/llvm-readobj one-dash long options and deprecated aliases (e.g. --file-headers) 2021-07-15 10:26:21 -07:00
compress-debug-sections-invalid-format.test
compress-debug-sections-symbols.test
compress-debug-sections-zlib-gnu.test
compress-debug-sections-zlib-header.test
compress-debug-sections-zlib.test
compress-debug-sections.test
copy-after-strip-sections.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
copy-osabi.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
cross-arch-headers.test [PowerPC] Support powerpcle target in LLVMObject [2/5] 2021-01-02 12:17:39 -06:00
cross-arch-sections-symbols.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
deterministic-archive.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
discard-all-debug.test
discard-all.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
discard-locals-rel.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
discard-locals.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
discard-mix-local-and-all.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
dump-section-before-add-remove.test [llvm-objcopy] Reorder --dump-section before --remove-section for ELF 2020-06-05 10:45:51 -07:00
dump-section.test [llvm-objcopy] --dump-section: error if '=' is missing or filename is empty 2021-05-04 17:30:57 -07:00
dwarf-fission.test [llvm-objcopy][ELF] Avoid reordering section headers 2021-08-12 17:12:09 +07:00
dynamic-relocations.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
dynamic.test
dynrelocsec-remove-shinfo-reference.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
dynrelocsec-remove-shlink-reference.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
dynstr.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
dynsym-error-remove-strtab.test
dynsym-valid-refs.test [llvm-objcopy][ELF] Avoid reordering section headers 2021-08-12 17:12:09 +07:00
dynsym.test
elf32be.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
elf32le.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
elf64be.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
empty-section.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
error-format.test [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
explicit-keep-remove.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
explicit-only-section-remove.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
fail-no-output-directory.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
globalize.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
group-addr-misaligned.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
group-big-endian.test [test] Avoid llvm-readelf/llvm-readobj one-dash long options and deprecated aliases (e.g. --file-headers) 2021-07-15 10:26:21 -07:00
group-unchanged.test [test] Avoid llvm-readelf/llvm-readobj one-dash long options and deprecated aliases (e.g. --file-headers) 2021-07-15 10:26:21 -07:00
group.test [llvm-objcopy] Drop GRP_COMDAT if the group signature is localized 2021-07-26 09:05:18 -07:00
hexagon-unsupported-on-x86.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
identical-segments.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
ihex-reader.test [llvm-objcopy][ELF] Avoid reordering section headers 2021-08-12 17:12:09 +07:00
ihex-writer-empty-sections.test [llvm-objcopy] Exclude empty sections in IHexWriter output 2021-06-12 12:23:07 -07:00
ihex-writer.test [llvm-objcopy] Make ihex writer similar to binary writer 2021-06-16 10:08:20 -07:00
input-output-target.test
invalid-e_phoff.test
invalid-e_shoff.test
invalid-p_filesz-p_offset.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
invalid-preserve-dates.test
keep-file-symbols.test Reland D76675 [llvm-objcopy] Match GNU behaviour regarding file symbols 2020-04-20 21:18:48 -07:00
keep-global-symbols-mix-globalize.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
keep-global-symbols.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
keep-many.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
keep-only-section.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
keep-symbol-remove-section.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
keep-symbol.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
layout-sections-by-original-offsets.test [llvm-objcopy][ELF] Avoid reordering section headers 2021-08-12 17:12:09 +07:00
linked-section.test
localize-hidden.test [llvm-readobj] - For SHT_REL relocations, don't display an addend. 2020-12-14 12:03:00 +03:00
localize.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
many-sections.test [llvm-objcopy][test] Improve many-sections object and test case 2021-03-04 09:42:43 +00:00
marker-segment.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
mirror-permissions-unix.test [llvm-objcopy] If input=output, preserve umask bits, otherwise drop S_ISUID/S_ISGID bits 2021-02-24 11:10:09 -08:00
mirror-permissions-win.test
new-symbol-visibility.test
no-strip-all.test
no-symbol-relocation.test [llvm-readobj] - For SHT_REL relocations, don't display an addend. 2020-12-14 12:03:00 +03:00
null-symbol.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
only-keep-debug.test [llvm-objcopy][ELF] Avoid reordering section headers 2021-08-12 17:12:09 +07:00
only-section-many.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
only-section-remove-strtab.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
only-section-strip-non-alloc.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
only-section-strip-undefined.test [llvm-objcopy][test] Fix tests when path contains "bar" 2020-01-30 17:56:12 -08:00
overlap-chain.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
overlapping-sections-in-segments.test
overlapping-sections.test
parent-loop-check.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
partitions.test [llvm-readelf] Make --all output order closer to GNU readelf 2020-03-04 12:22:12 -08:00
prefix-alloc-sections-dynrelocsec.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
prefix-alloc-sections.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
prefix-symbols.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
preserve-segment-contents-ehdr-phdrs.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
preserve-segment-contents.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
program-headers.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
pt-phdr.test
redefine-symbol.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
regex.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
reloc-error-remove-symtab.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
reloc-no-symtab.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
relocatable-phdr.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
relocations-no-symtab.test [llvm-readobj] - For SHT_REL relocations, don't display an addend. 2020-12-14 12:03:00 +03:00
remove-linked-section.test
remove-multiple-sections.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
remove-section-group.test [llvm-objcopy][ELF] Fix removing SHT_GROUP sections. 2020-05-29 20:24:53 +07:00
remove-section-in-group.test [llvm-objcopy] Drop GRP_COMDAT if the group signature is localized 2021-07-26 09:05:18 -07:00
remove-section-in-segment.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
remove-section-with-symbol.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
remove-section.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
remove-shndx.test
remove-shstrtab-error.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
remove-symtab.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
rename-section-and-prefix-alloc-sections.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
rename-section-duplicate-names.test
rename-section-empty-string.test
rename-section-flag-osproc-mask.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
rename-section-flag-preserved.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
rename-section-flag.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
rename-section-multiple.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
rename-section.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
respect-umask.test
response-file.test
same-file-strip.test
section-index-unsupported.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
sectionless-segment.test
segment-shift-section-remove.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
segment-shift.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
segment-test-remove-section.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
set-section-alignment.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
set-section-flags-and-rename.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
set-section-flags-multiple.test [LLVM/tools][test] - Remove/fix dead check prefixes. 2020-04-15 13:09:51 +03:00
set-section-flags-preserved.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
set-section-flags.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
shared-strtab-shstrtab.s [llvm-objcopy][ELF] Avoid reordering section headers 2021-08-12 17:12:09 +07:00
shstrtab-optimize.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
standard-streams.test
strip-all-and-keep-symbol.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-all-and-remove.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-all-gnu.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
strip-all.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
strip-debug-and-remove.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-debug.test Reland D76675 [llvm-objcopy] Match GNU behaviour regarding file symbols 2020-04-20 21:18:48 -07:00
strip-dwo-groups.test [llvm-objcopy][ELF] Avoid reordering section headers 2021-08-12 17:12:09 +07:00
strip-dwo-inplace.test [llvm-objcopy][ELF] Avoid reordering section headers 2021-08-12 17:12:09 +07:00
strip-group-symbol.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-multiple-files.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-non-alloc.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
strip-preserve-arm-attributes.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-preserve-atime.test Fix "last accessed time" test failing on Windows 2020-08-10 16:03:14 -04:00
strip-preserve-mtime.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
strip-reloc-symbol.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-section-err.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-sections-keep.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-sections-only-section.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-sections.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
strip-symbol-and-relocation.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-symbol.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
strip-unneeded-all-symbols.test [llvm-objcopy][test] Fix test that could have passed spuriously 2021-03-05 08:57:39 +00:00
strip-unneeded-remove-debug-keep-link.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
strip-unneeded.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
strtab-optimize.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
symbol-copy.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
symbol-empty-name.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
symtab-error-on-remove-strtab.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
symtab-link.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
tail-merged-string-tables.test [llvm-objcopy][test] Fix tests when path contains "bar" 2020-01-30 17:56:12 -08:00
triple-overlap.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
two-seg-remove-end.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
two-seg-remove-first.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
two-seg-remove-third-sec.test [yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections list. 2020-11-09 13:00:50 +03:00
weaken-all.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00
weaken.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
wildcard-flags.test [llvm-objcopy][llvm-strip][test] Improve testing 2021-03-04 11:32:27 +00:00
wildcard-syntax.test [test] Use yaml2obj -o %t instead of > %t 2020-01-21 17:20:18 -08:00