Appease MSVC bots by changing visibility of AtomVector.
authorPete Cooper <peter_cooper@apple.com>
Tue, 22 Mar 2016 17:39:44 +0000 (17:39 +0000)
committerPete Cooper <peter_cooper@apple.com>
Tue, 22 Mar 2016 17:39:44 +0000 (17:39 +0000)
commitc2d21cb7635b72784e629083225666ab61b07e50
tree24533fdc4b3ddab3fef734b5e1de0ec325fd749d
parent1329b986d2f25e838d4b27b1271da92b6578d5ca
Appease MSVC bots by changing visibility of AtomVector.

The AtomVector class is an internal detail of File so I moved it
to be protected in r264067.  However, the MSVC bots don't like the
global declarations of type File::AtomVector in File.cpp so it needs
to go back to being public for now.

llvm-svn: 264070
lld/include/lld/Core/File.h