summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/comdat-declaration-errors.s
Commit message (Collapse)AuthorAgeFilesLines
* [MC] - Disallow invalid section groups declarations.George Rimar2017-12-251-0/+14
This fixes parseGroup() so that it always sets error condition on error. Previously it was not done, because parseIdentifier looks never do that, assuming that caller should do it if he wants to. So previously cases from test were silently accepted and produced broken output. Differential revision: https://reviews.llvm.org/D41559 llvm-svn: 321439
OpenPOWER on IntegriCloud