File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2524,16 +2524,16 @@ the [[cxxabi]](#cxxabi), and it is defined as follows:
25242524<vendor specific suffix> := `_` followed by token obtained from the tables below and prefixed with `M`
25252525```
25262526
2527- If multiple features are requested then those shall be appended in increasing
2528- priority order and prefixed with `M`.
2527+ If multiple features are requested then those shall be appended in lexicographic
2528+ order and prefixed with `M`.
25292529
25302530For example:
25312531``` c
25322532__attribute__((target_clones("crc32", "aes+sha1")))
25332533int foo(){..}
25342534```
25352535will produce these mangled names for C language: `foo`, `foo._Mcrc32`,
2536- `foo._Msha1Maes `.
2536+ `foo._MaesMsha1 `.
25372537
25382538
25392539### Mapping
You can’t perform that action at this time.
0 commit comments