[llvm] [StackColoring] Add test for stack-coloring and setjmp (PR #199959)
Evgenii Kudriashov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 06:26:56 PDT 2026
================
@@ -0,0 +1,81 @@
+; RUN: llc -mtriple=x86_64-linux -no-stack-coloring=false -debug-only=stack-coloring < %s -o /dev/null 2>&1 | FileCheck %s
+; REQUIRES: asserts
----------------
e-kud wrote:
Does UTC support debug output? I'd expect that they are going to be very verbose or with the assembly that is not the point of the test.
https://github.com/llvm/llvm-project/pull/199959
More information about the llvm-commits
mailing list