[yaml2obj] - Move "repeated section/fill name" check earlier.
authorGeorgii Rymar <grimar@accesssoftek.com>
Thu, 14 May 2020 19:46:58 +0000 (22:46 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Sat, 23 May 2020 14:40:48 +0000 (17:40 +0300)
commit304b0ed40392830e6f833c56b38cdc8296f58ce4
tree519c49e874aad3ddddbb2467f3ef79a2272c617c
parent38c5d6f70060046bbbfec7491c7ba54a50fa5d16
[yaml2obj] - Move "repeated section/fill name" check earlier.

This allows to simplify the code.
Doing checks early is generally useful.

Differential revision: https://reviews.llvm.org/D79985
llvm/lib/ObjectYAML/ELFEmitter.cpp