Fix unittest build issue in r366956
authorAlex Lorenz <arphaman@gmail.com>
Wed, 24 Jul 2019 23:10:35 +0000 (23:10 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 24 Jul 2019 23:10:35 +0000 (23:10 +0000)
I marked the fields as private, but they're needed by the unittest.
I'll have to fix that up separarely in a follow-up.

llvm-svn: 366958

llvm/include/llvm/Support/FileCollector.h

index bf0aa59..518546a 100644 (file)
@@ -50,6 +50,7 @@ private:
     m_vfs_writer.addFileMapping(virtual_path, real_path);
   }
 
+protected:
   /// Synchronizes adding files.
   std::mutex m_mutex;