| commit | db9081bf89aa2b603d660896bd6f933a5f011e3b | [log] [tgz] |
|---|---|---|
| author | Oliver Stannard <oliver.stannard@arm.com> | Mon Nov 16 10:25:19 2015 +0000 |
| committer | Oliver Stannard <oliver.stannard@arm.com> | Mon Nov 16 10:25:19 2015 +0000 |
| tree | f92c28b0b242a0be7b89d7fdedd6b32f0389deb8 | |
| parent | d4d2357f266ef563e6609ad00d2524ec7de91826 [diff] |
[AArch64] ldr= pseudo-instruction silently ignored if register invalid The AArch64 assembler was silently ignoring instructions like this: ldr foo, =bar AArch64AsmParser::parseOperand was returning true as the parse failed, but was not calling AArch64AsmParser::Error to report this to the user, so the instruction was ignored without printing an error message. Differential Revision: http://reviews.llvm.org/D14651 llvm-svn: 253193