Skip to content

Commit

Permalink
Fix unittest build issue in r366956
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hyp committed Jul 24, 2019
1 parent de81bd0 commit 75c64a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/Support/FileCollector.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class FileCollector {
m_vfs_writer.addFileMapping(virtual_path, real_path);
}

protected:
/// Synchronizes adding files.
std::mutex m_mutex;

Expand Down

0 comments on commit 75c64a6

Please sign in to comment.