[llvm] Run delta-pass with child process (PR #87647)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 6 13:12:52 PDT 2024
================
@@ -0,0 +1,53 @@
+; UNSUPPORTED: target={{.-windows.}}
+; RUN: llvm-reduce --run-delta-in-child --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
+; RUN: FileCheck --check-prefixes=CHECK-FINAL --input-file=%t %s
+
----------------
arsenm wrote:
So does this test demonstrate a crash in a reduction? I'm confused about what this is showing
https://github.com/llvm/llvm-project/pull/87647
More information about the llvm-commits
mailing list