| commit | 8874eac5e63dd9bfa062e24ce7c871fae02a8ba1 | [log] [tgz] |
|---|---|---|
| author | Toma Tabacu <toma.tabacu@imgtec.com> | Wed Feb 18 13:46:53 2015 +0000 |
| committer | Toma Tabacu <toma.tabacu@imgtec.com> | Wed Feb 18 13:46:53 2015 +0000 |
| tree | 85839165cdc39530cb743ffe823d85646809503f | |
| parent | bbb377c3a12b9e2aca78b464834b3b751bc139c6 [diff] |
[mips] [IAS] Fix using .cpsetup with local labels (PR22518). Summary: Parse for an MCExpr instead of an Identifier and use the symbol for relocations, not just the symbol's name. This fixes errors when using local labels in .cpsetup (PR22518). Reviewers: dsanders Reviewed By: dsanders Subscribers: seanbruno, emaste, llvm-commits Differential Revision: http://reviews.llvm.org/D7697 llvm-svn: 229671