| commit | a80c1512861aa78f75a89b92275aaf2e92ff7fb9 | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Tue Sep 29 20:12:33 2015 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Tue Sep 29 20:12:33 2015 +0000 |
| tree | b5d4c3efc67ff022eb8a71ad379dc01a1447a46f | |
| parent | 81f005617e42e64b553a5ded37f1afac9b3fb4cc [diff] |
[WinEH] Teach AsmPrinter about funclets Summary: Funclets have been turned into functions by the time they hit the object file. Make sure that they have decent names for the symbol table and CFI directives explaining how to reason about their prologues. Differential Revision: http://reviews.llvm.org/D13261 llvm-svn: 248824