[clang] [llvm] [SystemZ] Add support for __builtin_setjmp and __builtin_longjmp (PR #116642)
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 04:58:29 PST 2024
================
@@ -0,0 +1,323 @@
+; Test for Frame Pointer in first slot in jmp_buf.
----------------
uweigand wrote:
Similar question here. This is a very long test, and only a couple of instructions are tested via CHECK statements. Whatever we want to test here should be done in a much more streamlined test case.
https://github.com/llvm/llvm-project/pull/116642
More information about the llvm-commits
mailing list