mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
dbfefbf5ff
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 |
||
---|---|---|
.. | ||
AArch64 | ||
ARM | ||
wasm | ||
X86 | ||
data.test | ||
debug-syms.test | ||
defined-only.test | ||
dynamic.test | ||
elf-archive.test | ||
elf-extern-only.test | ||
format-bsd.test | ||
format-sysv-binding.test | ||
format-sysv-layout.test | ||
format-sysv-section.test | ||
format-sysv-type.test | ||
help.test | ||
ifunc.test | ||
invalid-input.test | ||
invalid-symbol-table-size.test | ||
just-symbols.test | ||
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 | ||
undefined-only.test |