summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/XCore/section-name.ll
Commit message (Collapse)AuthorAgeFilesLines
* Disallow redefinition of section symbols.Evgeniy Stepanov2017-02-241-2/+3
| | | | | | Differential Revision: https://reviews.llvm.org/D30235 llvm-svn: 296180
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-0/+8
This makes sure we get the same redefinition rules regardless of who is printing (asm parser, codegen) and to what (asm, obj). This fixes an unintentional regression in r293936. llvm-svn: 294752
OpenPOWER on IntegriCloud