[llvm] Run delta-pass with child process (PR #87647)

Vivek Pandya via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 20:47:21 PDT 2024


================
@@ -1,6 +1,8 @@
 ; RUN: llvm-reduce --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
 
+; 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
----------------
vivekvpandya wrote:

@rushiraj7677 our new option will not work in windows. So these tests will fail on windows machine. 
Perhaps we need to think about how we can support this in non posix environment.

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


More information about the llvm-commits mailing list