1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/tools/obj2yaml
Georgii Rymar 11f7be54a0 [yaml2obj] - Stop using square brackets for unique suffixes.
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
2020-05-19 12:59:13 +03:00
..
COFF [obj2yaml][test] Move tests to binary format specific subdirectories 2020-04-30 08:42:11 -07:00
ELF [yaml2obj] - Stop using square brackets for unique suffixes. 2020-05-19 12:59:13 +03:00
MachO [obj2yaml][test] Move tests to binary format specific subdirectories 2020-04-30 08:42:11 -07:00
Minidump [obj2yaml][test] Move tests to binary format specific subdirectories 2020-04-30 08:42:11 -07:00
XCOFF [obj2yaml][test] Move tests to binary format specific subdirectories 2020-04-30 08:42:11 -07:00
invalid_input_file.test [test/Object] - Cleanup the Object\obj2yaml.test a bit. 2019-08-06 14:34:39 +00:00
lit.local.cfg [obj2yaml][yaml2obj]Locate all .yaml and .test tests 2019-02-20 15:13:44 +00:00
macho-DWARF-debug-ranges.yaml Add .debug_ranges support to the DWARF YAML. 2020-05-13 16:21:45 -07:00