Attempt to fix a buildbot.

llvm-svn: 285453
This commit is contained in:
Rui Ueyama 2016-10-28 21:09:56 +00:00
parent 55518e7dd8
commit 8586b78692
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@
llvm::BumpPtrAllocator lld::elf::BAlloc;
llvm::StringSaver lld::elf::Saver{BAlloc};
void lld::elf::freeArena() { BAlloc.Reset(); }
void lld::elf::freeArena() { lld::elf::BAlloc.Reset(); }