[lld] 17a4427 - [LLD][COFF] On Windows, fix the date formatting in the 'incremental' test.

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 14:10:23 PDT 2022


Author: Alexandre Ganea
Date: 2022-07-14T17:10:09-04:00
New Revision: 17a4427e8292ea648f20d5cec788de383bc64b9a

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

LOG: [LLD][COFF] On Windows, fix the date formatting in the 'incremental' test.

On my system the date formatting is a bit different from what the test used to
support. I'm using:

  Windows 11 version 21H2, build 22000.795 using the English(Canada) region.
  ls from BusyBox 1.36
  VS 2022 17.2.5
  WinSDK 10.0.22000

Added: 
    

Modified: 
    lld/test/COFF/incremental.test

Removed: 
    


################################################################################
diff  --git a/lld/test/COFF/incremental.test b/lld/test/COFF/incremental.test
index 57c06ab820f8c..88c19998756c1 100644
--- a/lld/test/COFF/incremental.test
+++ b/lld/test/COFF/incremental.test
@@ -96,5 +96,5 @@
 # WARN-REF: ignoring '/incremental' because REF is enabled; use '/opt:noref' to disable
 # WARN-ORDER: ignoring '/incremental' due to '/order' specification
 # WARN-PROFILE: ignoring '/incremental' due to '/profile' specification
-# KEEP: {{Feb 1 1980|1980-02-01}}
-# NOKEEP-NOT: {{Feb 1 1980|1980-02-01}}
+# KEEP: {{Feb 1 1980|Feb 01 1980|1980-02-01}}
+# NOKEEP-NOT: {{Feb 1 1980|Feb 01 1980|1980-02-01}}


        


More information about the llvm-commits mailing list