[llvm] ddfffbe - try to fix check-llvm on windows after e39e9d33

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 06:18:47 PDT 2022


Author: Nico Weber
Date: 2022-04-28T09:16:15-04:00
New Revision: ddfffbeb319aa0cd0eb11c81e2cf989d38ab8a5f

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

LOG: try to fix check-llvm on windows after e39e9d33

Added: 
    

Modified: 
    llvm/test/tools/llvm-reduce/mir/input-file-does-not-exist.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-reduce/mir/input-file-does-not-exist.mir b/llvm/test/tools/llvm-reduce/mir/input-file-does-not-exist.mir
index 3f70ff0dd819..9147bf9dac99 100644
--- a/llvm/test/tools/llvm-reduce/mir/input-file-does-not-exist.mir
+++ b/llvm/test/tools/llvm-reduce/mir/input-file-does-not-exist.mir
@@ -1,4 +1,4 @@
 # REQUIRES: amdgpu-registered-target
 # RUN: not llvm-reduce -mtriple=amdgcn-amd-amdhsa --test FileCheck --test-arg %s --test-arg --input-file does-not-exist.mir 2>&1 | FileCheck -check-prefix=ERR %s
 
-# ERR: {{.*}}llvm-reduce{{.*}}: No such file or directory
+# ERR: {{.*}}llvm-reduce{{.*}}: {{[Nn]}}o such file or directory


        


More information about the llvm-commits mailing list