diff options
Diffstat (limited to 'llvm/tools/llvm-pdbutil/StreamUtil.h')
-rw-r--r-- | llvm/tools/llvm-pdbutil/StreamUtil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/llvm-pdbutil/StreamUtil.h b/llvm/tools/llvm-pdbutil/StreamUtil.h index b5c0beba44f..cc143f95f6d 100644 --- a/llvm/tools/llvm-pdbutil/StreamUtil.h +++ b/llvm/tools/llvm-pdbutil/StreamUtil.h @@ -18,7 +18,8 @@ namespace llvm { namespace pdb { class PDBFile; void discoverStreamPurposes(PDBFile &File, - SmallVectorImpl<std::string> &Purposes); + SmallVectorImpl<std::string> &Purposes, + uint32_t MaxLen = 0); } } |