llvm-project/llvm/test/tools/llvm-objcopy/COFF
Fangrui Song e29e30b139 [llvm-readobj] Change -long-option to --long-option in tests. NFC
We use both -long-option and --long-option in tests. Switch to --long-option for consistency.

In the "llvm-readelf" mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf.

While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion ("s" is --section-headers in llvm-readobj but --symbols in llvm-readelf).

llvm-svn: 359649
2019-05-01 05:27:20 +00:00
..
Inputs [llvm-objcopy] [COFF] Fix handling of aux symbols for big objects 2019-01-23 11:54:51 +00:00
add-gnu-debuglink.test [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
basic-copy.test [llvm-objcopy] [COFF] Fix writing object files without symbols/string table 2019-01-11 13:47:37 +00:00
bigobj.test [llvm-objcopy] [COFF] Fix handling of aux symbols for big objects 2019-01-23 11:54:51 +00:00
discard-all.test [llvm-objcopy] [COFF] Remove unreferenced undefined externals with --strip-unneeded. 2019-01-14 18:56:47 +00:00
only-keep-debug.test [llvm-strip] Hook up (unimplemented) --only-keep-debug 2019-03-14 21:51:42 +00:00
only-section.test [llvm-objcopy] [COFF] Implement --only-section 2019-01-19 19:42:54 +00:00
patch-debug-dir.test [llvm-objcopy] [COFF] Add a testcase for patching the debug directory. NFC. 2019-01-19 19:42:27 +00:00
remove-section.test [llvm-objcopy] Consistently use createStringError instead of make_error<StringError> 2019-01-22 10:57:59 +00:00
strip-all.test [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
strip-debug.test [llvm-objcopy] [COFF] Implement --strip-debug 2019-01-19 19:42:41 +00:00
strip-reloc-symbol.test [llvm-objcopy] [COFF] Remove pointless comment chars from .test files. NFC. 2019-01-15 09:34:45 +00:00
strip-symbol.test [llvm-readobj] Change -long-option to --long-option in tests. NFC 2019-05-01 05:27:20 +00:00
strip-unneeded.test [llvm-objcopy] Add --strip-unneeded-symbol(s) 2019-02-13 07:34:54 +00:00
weak-external.test [llvm-objcopy] [COFF] Update symbol indices in weak externals 2019-01-22 10:58:09 +00:00