diff options
author | Alexis Engelke <engelke@in.tum.de> | 2024-06-20 13:18:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 13:18:41 +0200 |
commit | 6859685a87ad093d60c8bed60b116143c0a684c7 (patch) | |
tree | 9885c0c6c1764803c1b5b7a596f7e522cbd6d85a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b18bf8faaef952323c96e4c6b82f25623073fb1c (diff) | |
download | llvm-6859685a87ad093d60c8bed60b116143c0a684c7.zip llvm-6859685a87ad093d60c8bed60b116143c0a684c7.tar.gz llvm-6859685a87ad093d60c8bed60b116143c0a684c7.tar.bz2 |
[CodeGen] Use temp symbol for MBBs (#95031)
Internal label names never occur in the symbol table, so when using an
object streamer, there's no point in constructing these names and then
adding them to hash tables -- they are never visible in the output.
It's not possible to reuse createTempSymbol, because on BPF has a
different prefix for globals and basic blocks right now.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions