[PATCH] D37391: [yaml2obj][ELF] Add support for symbol indexes greater than SHN_LORESERVE
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 14:54:50 PDT 2017
jakehehrlich updated this revision to Diff 113608.
jakehehrlich added a comment.
1. Added check to make sure the users uses "Section: <section name>" to specify section indexes and not "Index: <value>"
Repository:
rL LLVM
https://reviews.llvm.org/D37391
Files:
include/llvm/ObjectYAML/ELFYAML.h
lib/ObjectYAML/ELFYAML.cpp
test/tools/yaml2obj/symbol-index-invalid.yaml
test/tools/yaml2obj/symbol-index.yaml
tools/yaml2obj/yaml2elf.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37391.113608.patch
Type: text/x-patch
Size: 5905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170901/3ea1583b/attachment.bin>
More information about the llvm-commits
mailing list