From ccb54b3eac3665142b39d801c9137a04e062995b Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 28 Mar 2025 13:03:07 +0700 Subject: [PATCH] llvm-reduce: Remove unsupported from bitcode uselistorder test This was disabled due to flakiness but I'm currently unable to reproduce. I'm nervous the original issue still exists. However, I downgraded the tripped assert in 8c18c25b1b22ea710edb40a4f167a6a8bfe6ff9d to a warning since the same assert can trigger for illegitimate reasons. Fixes #64157 --- llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll b/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll index ed48b25baf35a..ac98d75ef2d3b 100644 --- a/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll +++ b/llvm/test/tools/llvm-reduce/bitcode-uselistorder.ll @@ -1,6 +1,3 @@ -; Sometimes fails with an assert on many targets. -; UNSUPPORTED: target={{.*}} - ; RUN: llvm-as -o %t.bc %s ; RUN: llvm-reduce -j=1 --abort-on-invalid-reduction \