summaryrefslogtreecommitdiff
path: root/third_party/llvm-project/include/llvm/ObjectYAML/DWARFYAML.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/llvm-project/include/llvm/ObjectYAML/DWARFYAML.h')
-rw-r--r--third_party/llvm-project/include/llvm/ObjectYAML/DWARFYAML.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/llvm-project/include/llvm/ObjectYAML/DWARFYAML.h b/third_party/llvm-project/include/llvm/ObjectYAML/DWARFYAML.h
index 948418c7b..bd4aa2007 100644
--- a/third_party/llvm-project/include/llvm/ObjectYAML/DWARFYAML.h
+++ b/third_party/llvm-project/include/llvm/ObjectYAML/DWARFYAML.h
@@ -82,6 +82,7 @@ struct Loc {
uint32_t Start;
uint32_t End;
std::vector<uint8_t> Location;
+ uint64_t CompileUnitOffset;
};
// XXX BINARYEN -->