diff options
author | Corentin Jabot <corentinjabot@gmail.com> | 2023-07-28 10:07:47 +0200 |
---|---|---|
committer | Corentin Jabot <corentinjabot@gmail.com> | 2023-07-28 15:09:08 +0200 |
commit | 68410fbed769485f2386a64f745b34f6d3f3295e (patch) | |
tree | 0a6077961d640849c062ebd505cb46969f72238d /llvm/lib/CodeGen/PatchableFunction.cpp | |
parent | a428b5afbd6d48edda9d21ffabd57eee1e7b984d (diff) | |
download | llvm-68410fbed769485f2386a64f745b34f6d3f3295e.zip llvm-68410fbed769485f2386a64f745b34f6d3f3295e.tar.gz llvm-68410fbed769485f2386a64f745b34f6d3f3295e.tar.bz2 |
Fix handling of medial hyphens in Unicode Names.
In a Unicode name was stored in a way that caused
a medial hyphen to be at the end of a a chunk, it would not
be properly ignored by the loose matching algorithm.
For example if `LEFT-TO-RIGHT OVERRIDE` was stored as
`LEFT-` [...], the `-` would not be ignored.
The generators now ensures nodes are not cut accross
medial hyphen boundaries.
Fixes #64161
Differential Revision: https://reviews.llvm.org/D156518
Diffstat (limited to 'llvm/lib/CodeGen/PatchableFunction.cpp')
0 files changed, 0 insertions, 0 deletions