summaryrefslogtreecommitdiff
path: root/include/llvm/Object/ELFYAML.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Object/ELFYAML.h')
-rw-r--r--include/llvm/Object/ELFYAML.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Object/ELFYAML.h b/include/llvm/Object/ELFYAML.h
index 29bba0ca38..b0079445c4 100644
--- a/include/llvm/Object/ELFYAML.h
+++ b/include/llvm/Object/ELFYAML.h
@@ -57,6 +57,7 @@ struct Symbol {
StringRef Name;
ELF_STB Binding;
ELF_STT Type;
+ StringRef Section;
};
struct Section {
StringRef Name;