mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 09:06:07 +00:00

more properly belong. This allows removing the front-end conditionalized SJLJ code, and cleans up the generated IR considerably. All of the infrastructure code (calling _Unwind_SjLj_Register/Unregister, etc) is added by the SjLjEHPrepare pass. llvm-svn: 79250