[lld] d27984a - Fix build on Windows

Alex Brachet via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 14:45:10 PDT 2022


Author: Alex Brachet
Date: 2022-07-11T21:44:28Z
New Revision: d27984a65148111f25fb6cf461dc9c4b80462bdc

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

LOG: Fix build on Windows

Error message is not capitalized on Windows

Added: 
    

Modified: 
    lld/test/COFF/vfsoverlay.test

Removed: 
    


################################################################################
diff  --git a/lld/test/COFF/vfsoverlay.test b/lld/test/COFF/vfsoverlay.test
index 0168ccbce1d29..0a34e597c5075 100644
--- a/lld/test/COFF/vfsoverlay.test
+++ b/lld/test/COFF/vfsoverlay.test
@@ -7,7 +7,7 @@
 
 # RUN: not lld-link %S/Inputs/hello64.obj /libpath:/noexist /out:%t.exe /entry:main /defaultlib:notstd64 /vfsoverlay:noexist 2>&1 \
 # RUN:   | FileCheck %s
-# CHECK: error: No such file or directory
+# CHECK: error: {{[Nn]}}o such file or directory
 
 # RUN: sed -e "s|{|bad|g" %t/overlay.yaml > %t/badoverlay.yaml
 # RUN: not lld-link %S/Inputs/hello64.obj /libpath:/noexist /out:%t.exe /entry:main /defaultlib:notstd64 /vfsoverlay:%t/badoverlay.yaml 2>&1 \


        


More information about the llvm-commits mailing list