[yaml2obj][ELF] Allow symbols to reference sections.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184468 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva
2013-06-20 20:59:41 +00:00
parent c18f66e70d
commit 6525e92b32
4 changed files with 11 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ struct Symbol {
StringRef Name;
ELF_STB Binding;
ELF_STT Type;
StringRef Section;
};
struct Section {
StringRef Name;