Add BumpPtrAllocator to lld::File. Switch SimpleDefinedAtom to allocate
authorNick Kledzik <kledzik@apple.com>
Fri, 5 Dec 2014 22:03:23 +0000 (22:03 +0000)
committerNick Kledzik <kledzik@apple.com>
Fri, 5 Dec 2014 22:03:23 +0000 (22:03 +0000)
commitde9563d31b6cc8b0d72aa4d6933ddbb917adb1be
tree7dbf51d820c8919d85064b1213ef57e2655595eb
parent290cfc6ba56a9e88725d9ad601bd93a4e8a47be0
Add BumpPtrAllocator to lld::File.  Switch SimpleDefinedAtom to allocate
its SimpleRefernces using the BumpPtrAllocator.

llvm-svn: 223528
lld/include/lld/Core/File.h
lld/include/lld/Core/Simple.h