mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Bump SmallString to the minimum required amount for raw_ostream to avoid allocation.
NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b5e37952f
commit
1de72bda4e
@ -185,7 +185,7 @@ void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name,
|
||||
}
|
||||
|
||||
MCSymbol *TargetMachine::getSymbol(const GlobalValue *GV, Mangler &Mang) const {
|
||||
SmallString<60> NameStr;
|
||||
SmallString<128> NameStr;
|
||||
getNameWithPrefix(NameStr, GV, Mang);
|
||||
const TargetLoweringObjectFile *TLOF = getObjFileLowering();
|
||||
return TLOF->getContext().getOrCreateSymbol(NameStr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user