OSDN Git Service

[mips] Extend ParseJumpTarget to support the full symbol expression syntax.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 1 Apr 2014 10:41:48 +0000 (10:41 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 1 Apr 2014 10:41:48 +0000 (10:41 +0000)
commitf2452c4cec8a4db6e664a1065d9b3795c52c5b3a
tree323df03bb9237aa76eb52568b980a8fabca837cf
parent1302349706dc77288adfff2b4263c1e1942bc4b1
[mips] Extend ParseJumpTarget to support the full symbol expression syntax.

Summary:
This should fix the issues the D3222 caused in lld. Testcase is based on
the one that failed in the buildbot.

Depends on D3233

Reviewers: matheusalmeida, vmedic

Reviewed By: matheusalmeida

Differential Revision: http://llvm-reviews.chandlerc.com/D3234

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