Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKristofKiss committed Jan 31, 2024
1 parent ef283ef commit e5094a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2492,8 +2492,8 @@ compiler and it is enabled.
### Name mangling

The `"default"` version is mangled with `".default"` on top of the
language-specific name mangling.
All versioned functions with their mangled name are always resolvable.
language-specific name mangling. All versioned functions with their mangled names
are always resolvable.
A function is expected to be resolvable with the original mangled name of the function.

The mangling function is compatible with the mangling for version information of
Expand All @@ -2515,7 +2515,7 @@ int foo(){..}
```
will produce these mangled names for C language: `foo.default`, `foo._Mcrc32`,
`foo._Msha1Maes` while `foo` is a callable external symbol which leads to one
of the versioned function.
of the versioned functions.


### Mapping
Expand Down

0 comments on commit e5094a5

Please sign in to comment.