commit | 650d9427f075becaa35a675af8169f60eeb8e756 | [log] [tgz] |
---|---|---|
author | Matthias Braun <matze@braunis.de> | Thu Jul 16 22:34:20 2015 +0000 |
committer | Matthias Braun <matze@braunis.de> | Thu Jul 16 22:34:20 2015 +0000 |
tree | a0a1cc7bef3b4d865d115be144d956d81e0e0274 | |
parent | 9e4654db1accb25f8f07c6382216ad605d4978a4 [diff] |
Arm: Don't define a label twice with two setjmps in a function. Constructing a name based on the function name didn't give us a unique symbol if we had more than one setjmp in a function. Using MCContext::createTempSymbol() always gives us a unique name. Differential Revision: http://reviews.llvm.org/D9314 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242482 91177308-0d34-0410-b5e6-96231b3b80d8