Details
Details
- Reviewers
simon_tatham majnemer rnk - Commits
- rG11c99ed05f7a: [MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64…
rL334112: [MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64…
rC334112: [MS][ARM64]: Promote _setjmp to_setjmpex as there is no _setjmp in the ARM64…
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
lgtm
I'm happy to refactor this after landing it as is, or you can do it if you like.
lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
3005–3006 | We should probably refactor all this to use shared code. |
Comment Actions
Thank you for reviewing Reid. Please could you commit the change for me as I don't have commit rights.
I had a go at refactoring it but the args to the x86 _setjmp at different, and combining the aarch64 and x64 versions didn't make the code more readable, IMHO. Happy for you to refactor after landing.
We should probably refactor all this to use shared code.