Update ARM64EC Toolchain authored by Jacek Caban's avatar Jacek Caban
......@@ -661,7 +661,7 @@ ARM64EC versions in the same file.
Since ARM64 and ARM64EC use different symbol namespaces, they need
separated symbol maps. MSVC introduced a new section called
`/`<ECSYMBOLS>`/`. EC objects are added to the offset table of regular
`/<ECSYMBOLS>/`. EC objects are added to the offset table of regular
map, but the symbols themselves are added to the new section instead.
The format of the new section is similar to the regular map, except it
doesn't contain object offset table. It starts with a 32-bit integer `N`
......
......