[llvm] cf68b31 - llvm-reduce: Don't check tool name in error message check

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 06:10:35 PDT 2022


Author: Matt Arsenault
Date: 2022-04-28T09:10:19-04:00
New Revision: cf68b31f14a9de549a2f6052cc68ca1cc8198302

URL: https://github.com/llvm/llvm-project/commit/cf68b31f14a9de549a2f6052cc68ca1cc8198302
DIFF: https://github.com/llvm/llvm-project/commit/cf68b31f14a9de549a2f6052cc68ca1cc8198302.diff

LOG: llvm-reduce: Don't check tool name in error message check

Windows is being difficult and I don't know how to check the program name here

Added: 
    

Modified: 
    llvm/test/tools/llvm-reduce/mir/infer-triple-unknown-target.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-reduce/mir/infer-triple-unknown-target.mir b/llvm/test/tools/llvm-reduce/mir/infer-triple-unknown-target.mir
index 612e30e240f8d..251dd90f136c2 100644
--- a/llvm/test/tools/llvm-reduce/mir/infer-triple-unknown-target.mir
+++ b/llvm/test/tools/llvm-reduce/mir/infer-triple-unknown-target.mir
@@ -1,6 +1,6 @@
 # RUN: not llvm-reduce --test FileCheck %s -o /dev/null 2>&1 | FileCheck %s
 
-# CHECK: {{.*}}llvm-reduce{{.*}}: error: unable to get target for 'omgwtfbbqcpu64--', see --version and --triple.
+# CHECK: error: unable to get target for 'omgwtfbbqcpu64--', see --version and --triple.
 
 --- |
   target triple = "omgwtfbbqcpu64--"


        


More information about the llvm-commits mailing list