mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
11f7be54a0
For describing section/symbol names we can use unique suffixes, e.g: ``` - Name: '.foo [1]` - Name: '.foo [2]` ``` It can be a problem (see https://reviews.llvm.org/D79984#inline-734829), because `[]` are sometimes used to describe a macros: ``` - Name: "[[a0]]" ``` Seems the better approach is to use something else, like "()". This patch does it and refactors the code related. Differential revision: https://reviews.llvm.org/D80123 |
||
---|---|---|
.. | ||
archive-ir-asm.ll | ||
archive-symbol-table.s | ||
asm-lazy-reference.ll | ||
coff-asm.ll | ||
irsymtab-asm.ll | ||
irsymtab-bad-alias.ll | ||
irsymtab.ll | ||
lit.local.cfg | ||
macho-text-sections.test | ||
nm-bitcodeweak.test | ||
nm-coff.s | ||
nm-ir.ll | ||
nm-macho.s | ||
nm-print-size.s | ||
nm-undefinedweak.test | ||
obj2yaml-dup-section-name.s | ||
obj2yaml-dup-symbol-name.s | ||
objdump-disassembly-inline-relocations.test | ||
objdump-label.test | ||
objdump-trivial-object.test | ||
yaml2obj-elf-x86-rel.yaml |