aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-pdbutil/PdbYaml.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-pdbutil/PdbYaml.h')
-rw-r--r--llvm/tools/llvm-pdbutil/PdbYaml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-pdbutil/PdbYaml.h b/llvm/tools/llvm-pdbutil/PdbYaml.h
index ed6346c2c4db..2c2878c16546 100644
--- a/llvm/tools/llvm-pdbutil/PdbYaml.h
+++ b/llvm/tools/llvm-pdbutil/PdbYaml.h
@@ -40,7 +40,7 @@ struct MSFHeaders {
uint32_t NumDirectoryBlocks = 0;
std::vector<uint32_t> DirectoryBlocks;
uint32_t NumStreams = 0;
- uint32_t FileSize = 0;
+ uint64_t FileSize = 0;
};
struct StreamBlockList {