diff options
author | Abid Qadeer <haqadeer@amd.com> | 2024-07-22 18:32:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 18:32:48 +0100 |
commit | fa5971c298c96c965ba6d8fb855867f23518aad4 (patch) | |
tree | 99838f8fb7b89a32bf55fa95ebd933a44f6c7063 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 3f8d77bcc7f3c6ada0650d848d76ea9827e78de4 (diff) | |
download | llvm-fa5971c298c96c965ba6d8fb855867f23518aad4.zip llvm-fa5971c298c96c965ba6d8fb855867f23518aad4.tar.gz llvm-fa5971c298c96c965ba6d8fb855867f23518aad4.tar.bz2 |
[flang][debug] Generate correct name for external function. (#99510)
The `ExternalNameConversion` will add an _ at the end of the external
functions. We extract the real function name to use in the debug info.
The convention is to use the real name of function in the `name` field
and mangled name with extra _ at the end in the `linkageName` field.
Fixes #92391.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions