commit | 9e7b90c24480eaeaf52bd052f3c3d1debd6357d2 | [log] [tgz] |
---|---|---|
author | Toma Tabacu <toma.tabacu@imgtec.com> | Wed Jun 17 12:30:37 2015 +0000 |
committer | Toma Tabacu <toma.tabacu@imgtec.com> | Wed Jun 17 12:30:37 2015 +0000 |
tree | a6ff77e3d1fecf0e45271e045929b966771971ea | |
parent | d6e618892f75946a7557a3d2159c9de80d3d8956 [diff] |
[mips] [IAS] Fix LA with relative label operands. Summary: Call MCSymbolRefExpr::create() with a MCSymbol* argument, not with a StringRef of the Symbol's name, in order to avoid creating invalid temporary symbols for relative labels (e.g. {$,.L}tmp00, {$,.L}tmp10 etc.). Reviewers: dsanders Reviewed By: dsanders Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10498 llvm-svn: 239901