Skip to content

Commit 2964b82

Browse files
committed
fixup! [clang][CodeGen][MSVC] Return vector types from methods indirectly
Specify x86/x86-64 in release note.
1 parent 71cd7fd commit 2964b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ABI Changes in This Version
9191
---------------------------
9292

9393
- Fixed Microsoft calling convention to match how MSVC returns vector types from
94-
C++ member functions on x86-64. This change resolves incompatibilities with
94+
C++ member functions on x86/x86-64. This change resolves incompatibilities with
9595
code compiled by MSVC but will introduce incompatibilities with code compiled
9696
by Clang 21 and earlier versions, unless the ``-fclang-abi-compat=21`` option
9797
is used. (#GH104)

0 commit comments

Comments
 (0)