aboutsummaryrefslogtreecommitdiff
path: root/lld/ELF
diff options
context:
space:
mode:
authorPiJoules <6019989+PiJoules@users.noreply.github.com>2024-05-29 13:27:44 -0700
committerGitHub <noreply@github.com>2024-05-29 13:27:44 -0700
commit87e8ce376771f8c88a12776544cd81ec5a4993fb (patch)
tree0b9e6794305a82c2cad5f1c6905aeea182d265c4 /lld/ELF
parent3fcf36363d0dc18f9782538897c13ff27e23d7a9 (diff)
downloadllvm-87e8ce376771f8c88a12776544cd81ec5a4993fb.zip
llvm-87e8ce376771f8c88a12776544cd81ec5a4993fb.tar.gz
llvm-87e8ce376771f8c88a12776544cd81ec5a4993fb.tar.bz2
[llvm] Re-use original global name in RelLookupTableConverter (#93626)
Prior, the reltable we create was "reltable." + FuncName which can result in multiple tables named "reltable." + FuncName + ".{number}" if we substitute multiple tables in a function. Since we replace the original global, it makes it easier to just take over the original global's name. Functionally, this doesn't change the IR emitted, just global names. This is a subset of PR 93355 that I'm breaking into multiple patches.
Diffstat (limited to 'lld/ELF')
0 files changed, 0 insertions, 0 deletions