[llvm] [LLVM-Reduce] - Distinct Metadata Reduction (PR #96072)
Michal Paszkowski via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 20 03:38:59 PDT 2024
================
@@ -1,8 +1,8 @@
-; RUN: llvm-reduce --abort-on-invalid-reduction --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
+; RUN: llvm-reduce --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
----------------
michalpaszkowski wrote:
Could you please clarify why the flag `--abort-on-invalid-reduction` needs to be removed? I see your point in the PR description, but I am not sure I understand correctly.
https://github.com/llvm/llvm-project/pull/96072
More information about the llvm-commits
mailing list