1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/tools/llvm-nm
Fangrui Song 5aac6f60bc [llvm-nm] Remove one-dash long options except -arch
The documentation and help messages have recommended the double-dash forms for
quite a while. Remove one-dash long options which are not recognized by GNU
style `getopt_long`.

`-arch` is kept as it is in the manpage of classic nm
https://keith.github.io/xcode-man-pages/nm.1.html

Note: the dyldinfo related options don't have a test.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D105948
2021-07-15 09:50:37 -07:00
..
AArch64
ARM [llvm-symbolizer][llvm-nm] Fix AArch64 and ARM mapping symbols handling. 2021-03-23 14:17:12 +01:00
wasm
X86 [llvm-nm] Remove one-dash long options except -arch 2021-07-15 09:50:37 -07:00
data.test
debug-syms.test [llvm-symbolizer][llvm-nm] Fix AArch64 and ARM mapping symbols handling. 2021-03-23 14:17:12 +01:00
defined-only.test [llvm-nm][test] Add additional test coverage for llvm-nm options 2021-02-15 13:54:08 +00:00
dynamic.test [llvm-nm] Tidy up error messages 2021-02-15 13:54:08 +00:00
elf-archive.test
elf-extern-only.test
format-bsd.test [llvm-nm] Switch command line parsing from llvm::cl to OptTable 2021-07-07 13:34:33 -07:00
format-sysv-binding.test
format-sysv-layout.test [llvm-nm] Switch command line parsing from llvm::cl to OptTable 2021-07-07 13:34:33 -07:00
format-sysv-section.test
format-sysv-type.test
help.test [llvm-nm] Switch command line parsing from llvm::cl to OptTable 2021-07-07 13:34:33 -07:00
ifunc.test [llvm-nm] Display defined weak STT_GNU_IFUNC symbols as 'i' 2021-01-28 09:46:05 -08:00
invalid-input.test [llvm-nm] Tidy up error messages 2021-02-15 13:54:08 +00:00
invalid-symbol-table-size.test
just-symbols.test [llvm-nm][test] diff -q => diff to make AIX happy 2021-07-09 15:24:45 -07:00
libtool-response-file.test
libtool-version.test [llvm-nm] Switch command line parsing from llvm::cl to OptTable 2021-07-07 13:34:33 -07:00
linker-synthesized.test
lit.local.cfg
no-sort.test
nobits.test
nonalloc.test
numeric-sort.test
print-filename.test
print-size.test
readonly.test
reverse-sort.test [llvm-nm][test] Add additional test coverage for llvm-nm options 2021-02-15 13:54:08 +00:00
undefined-only.test