https://github.com/boomanaiden154 updated 
https://github.com/llvm/llvm-project/pull/208965

>From d9030cf84b5a0a2eaa916fa8de41a69a4b96b22f Mon Sep 17 00:00:00 2001
From: Aiden Grossman <[email protected]>
Date: Sun, 19 Jul 2026 20:55:29 +0000
Subject: [PATCH] fix

Created using spr 1.3.7
---
 llvm/test/tools/llvm-reduce/initialize-asm-parsers.ll | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/test/tools/llvm-reduce/initialize-asm-parsers.ll 
b/llvm/test/tools/llvm-reduce/initialize-asm-parsers.ll
index 3fd4a6336a0ac..a8a321ca66749 100644
--- a/llvm/test/tools/llvm-reduce/initialize-asm-parsers.ll
+++ b/llvm/test/tools/llvm-reduce/initialize-asm-parsers.ll
@@ -2,7 +2,7 @@
 ; REQUIRES: x86-registered-target
 
 ; RUN: llvm-as %s -o %t.bc
-; RUN: llvm-reduce --test=false %t.bc
+; RUN: llvm-reduce --test=llvm-dis %t.bc
 
 target triple = "x86_64-grtev4-linux-gnu"
 

_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to