mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 19:07:53 +08:00
These are also part of the Unwind interfaces. However, their implementation is different in EHABI vs frame tables based exception handling. Always provide a definition. This partially undoes a movement change from earlier to make the handling a bit simpler rather than grouping the two implementations together. llvm-svn: 231690