[PATCH] D58445: [yaml2obj]Allow symbol Index field to take values lower than SHN_LORESERVE
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 20 06:44:59 PST 2019
grimar added a comment.
I thought before about some kind of conflict we might see in situations like this.
>From one side we might want to keep (and maybe improve) the validating because it is probably a useful thing in general.
But we still want to have a way to produce invalid outputs when we want, as this patch does.
Should we instead of removing the validation code add an option to `yaml2obj`, something like `-no-validate`?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58445/new/
https://reviews.llvm.org/D58445
More information about the llvm-commits
mailing list