Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow redefinition of section symbols. | Evgeniy Stepanov | 2017-02-24 | 1 | -2/+3 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D30235 llvm-svn: 296180 | ||||
* | Move some error handling down to MCStreamer. | Rafael Espindola | 2017-02-10 | 1 | -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 |