[lld] 8dc8203 - [LLD] [COFF] Fix test to properly test all aspects of c3b1d730d6. NFC.

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 26 13:16:56 PDT 2020


Author: Martin Storsjö
Date: 2020-07-26T23:10:20+03:00
New Revision: 8dc820393219c7ee440b4ec86c9a201301943276

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

LOG: [LLD] [COFF] Fix test to properly test all aspects of c3b1d730d6. NFC.

Previously, the test could pass with one part of c3b1d730d6 removed.

Added: 
    

Modified: 
    lld/test/COFF/associative-comdat-mingw-i386.s

Removed: 
    


################################################################################
diff  --git a/lld/test/COFF/associative-comdat-mingw-i386.s b/lld/test/COFF/associative-comdat-mingw-i386.s
index 3f5e02330d50..8d89478d4eb0 100644
--- a/lld/test/COFF/associative-comdat-mingw-i386.s
+++ b/lld/test/COFF/associative-comdat-mingw-i386.s
@@ -30,7 +30,7 @@ _main:
         .scl            2;
         .type           32;
         .endef
-        .section        .text$foo,"xr",discard,foo
+        .section        .text$foo,"xr",discard,_foo
         .globl          _foo
         .p2align        4
 _foo:


        


More information about the llvm-commits mailing list