[mips] [IAS] Allow .set assignments for already defined symbols.
authorToma Tabacu <toma.tabacu@imgtec.com>
Tue, 7 Apr 2015 13:59:39 +0000 (13:59 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Tue, 7 Apr 2015 13:59:39 +0000 (13:59 +0000)
commitdb3b3a0b9f447b5d941901c16a049b6ace2eeb69
tree45b0a8125afb570efc8f2d0f1c80e97e7c9888a0
parent838c24a7c8446a7570267822ac6caea4e23e47f5
[mips] [IAS] Allow .set assignments for already defined symbols.

Summary:
This is not possible when using the IAS for MIPS, but it is possible when using the IAS for other architectures and when using GAS for MIPS.

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D8578

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234316 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
test/MC/Mips/set-defined-symbol.s [new file with mode: 0644]