diff options
author | Jacek Caban <jacek@codeweavers.com> | 2024-11-15 16:42:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-15 16:42:36 +0100 |
commit | cdda76a8cfc3b0c5def836f68f6f58efba03e01c (patch) | |
tree | 267b8f4cf6596ef10061dcc01df7e3ce53b36e4b /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 1cab8d9adb7e039b73c87fd3b9a1186b76e198f5 (diff) | |
download | llvm-cdda76a8cfc3b0c5def836f68f6f58efba03e01c.zip llvm-cdda76a8cfc3b0c5def836f68f6f58efba03e01c.tar.gz llvm-cdda76a8cfc3b0c5def836f68f6f58efba03e01c.tar.bz2 |
[LLD][COFF] Fix handling of invalid ARM64EC function names (#116252)
Since these symbols cannot be mangled or demangled, there is no symbol
to check for conflicts in `checkLazyECPair`, nor is there an alias to
create in `addUndefined`. Attempting to create an import library with
such symbols results in an error; the patch includes a test to ensure
the error is handled correctly.
This is a follow-up to #115567.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions