projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de81bd0
)
Fix unittest build issue in r366956
author
Alex Lorenz
<arphaman@gmail.com>
Wed, 24 Jul 2019 23:10:35 +0000
(23:10 +0000)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/FileCollector.h
b/llvm/include/llvm/Support/FileCollector.h
index
bf0aa59
..
518546a
100644
(file)
--- a/
llvm/include/llvm/Support/FileCollector.h
+++ b/
llvm/include/llvm/Support/FileCollector.h
@@
-50,6
+50,7
@@
private:
m_vfs_writer.addFileMapping(virtual_path, real_path);
}
+protected:
/// Synchronizes adding files.
std::mutex m_mutex;