diff options
author | Matthias Braun <matze@braunis.de> | 2015-07-16 22:34:20 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2015-07-16 22:34:20 +0000 |
commit | da3d0d7342d039045f5cb3898b597ca690651a9c (patch) | |
tree | d54ea863aaf704bd9838120362ee1cf546f96ace /clang/lib/Sema | |
parent | 3cd00c17396dd786d533ba71dafdcab9a7694804 (diff) | |
download | bcm5719-llvm-da3d0d7342d039045f5cb3898b597ca690651a9c.tar.gz bcm5719-llvm-da3d0d7342d039045f5cb3898b597ca690651a9c.zip |
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
llvm-svn: 242482
Diffstat (limited to 'clang/lib/Sema')
0 files changed, 0 insertions, 0 deletions