1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/tools/llvm-nm
Yvan Roux dbfefbf5ff [llvm-symbolizer][llvm-nm] Fix AArch64 and ARM mapping symbols handling.
Exclude AArch64 mapping symbols ($x and $d) for symtab symbolization as
it was done for ARM since D95916 tom bring bots back to green state.

This is implemented by setting SF_FormatSpecific such that
llvm-symbolizer will ignore them, and use this flag to re-implement
llvm-nm --special-syms option which make it work for both targets.

Differential Revision: https://reviews.llvm.org/D98803
2021-03-23 14:17:12 +01: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: add flag to suppress no symbols warning 2021-03-07 16:20:13 -08: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][test] Add additional test coverage for llvm-nm options 2021-02-15 13:54:08 +00:00
format-sysv-binding.test
format-sysv-layout.test
format-sysv-section.test
format-sysv-type.test
help.test
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] Add --format=just-symbols and make --just-symbol-name its alias 2021-03-16 10:07:01 -07:00
libtool-response-file.test
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