diff options
author | Andy Kaylor <akaylor@nvidia.com> | 2025-04-24 14:24:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-24 14:24:19 -0700 |
commit | 7d71164855fb22b48cbd65a1e372be804dc404bb (patch) | |
tree | 4863401d93f49eef8f4bafc816b407e917c576ad /clang/lib/CodeGen/CodeGenModule.h | |
parent | bae4c946a1998b0d2337a8b23c07db38afcabf12 (diff) | |
download | llvm-7d71164855fb22b48cbd65a1e372be804dc404bb.zip llvm-7d71164855fb22b48cbd65a1e372be804dc404bb.tar.gz llvm-7d71164855fb22b48cbd65a1e372be804dc404bb.tar.bz2 |
[CIR] Upstream support for name mangling (#137094)
We have been using the default names for global symbols to this point.
This change introduces proper name mangling for functions.
This requires introducing a CXXABI class in the CIRGenModule. Because
only target independent name mangling is handled in this patch, the
CXXABI class does not require a target-specific implementation. The
general mechanism for selecting an implementation is introduced here,
but the actual target-specific subclasses are deferred until needed.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions