diff options
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-10-08 10:28:11 +0000 |
---|---|---|
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | 2018-10-08 10:28:11 +0000 |
commit | 627d1469987a38cc9efcfbc63556b0b1342f4373 (patch) | |
tree | f1177b9e3e9c6a5ecb13c041183de13ffea56eb0 /llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp | |
parent | 6f36cd4d76c65796b695df1a34c501ac3aa05229 (diff) | |
download | bcm5719-llvm-627d1469987a38cc9efcfbc63556b0b1342f4373.tar.gz bcm5719-llvm-627d1469987a38cc9efcfbc63556b0b1342f4373.zip |
[AsmParser] Return an error in the case of empty symbol ref in an expression
The following instruction:
> str q28, [x0, #1*6*4*@]
contains a @ which is parsed as an empty symbol. The parser returns true
but has no error, so the assembler continues by ignoring the
instruction.
Differential Revision: https://reviews.llvm.org/D52645
llvm-svn: 343961
Diffstat (limited to 'llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp')
0 files changed, 0 insertions, 0 deletions