[clang] [llvm] [SystemZ] Add support for __builtin_setjmp and __builtin_longjmp (PR #116642)

Ulrich Weigand via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 28 04:58:29 PST 2024


================
@@ -0,0 +1,146 @@
+; -mbackchain option.
----------------
uweigand wrote:

Also, I don't think we need -mbackchain versions of all of those.   We have the simple tests above that verify -mbackchain works, we don't need to repeat this for all other tests.

https://github.com/llvm/llvm-project/pull/116642


More information about the cfe-commits mailing list