Skip to content

Commit eb448f6

Browse files
cjacekpradt2
authored andcommitted
[clang][ARM64EC] Add support for hybrid_patchable attribute. (llvm#99478)
(cherry picked from commit ea98dc8)
1 parent ad96aa2 commit eb448f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ Attribute Changes in Clang
119119
- The ``no_sanitize`` attribute now accepts both ``gnu`` and ``clang`` names.
120120
- Clang now diagnoses use of declaration attributes on void parameters. (#GH108819)
121121

122+
- The ``hybrid_patchable`` attribute is now supported on ARM64EC targets. It can be used to specify
123+
that a function requires an additional x86-64 thunk, which may be patched at runtime.
124+
122125
Improvements to Clang's diagnostics
123126
-----------------------------------
124127

0 commit comments

Comments
 (0)