aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2020-07-25 15:01:48 +0300
committerHans Wennborg <hans@chromium.org>2020-07-27 16:46:48 +0200
commit1b1ad651eacb67385f187eb92a798165deb72c64 (patch)
treea2b2659eea72222a9b6c672b7748d71a8e20e770
parent97edd8fdf06170fb5f7c60e7a2324b5e0491e492 (diff)
downloadllvm-1b1ad651eacb67385f187eb92a798165deb72c64.zip
llvm-1b1ad651eacb67385f187eb92a798165deb72c64.tar.gz
llvm-1b1ad651eacb67385f187eb92a798165deb72c64.tar.bz2
[LLD] [COFF] Fix test to properly test all aspects of c3b1d730d6. NFC.
Previously, the test could pass with one part of c3b1d730d6 removed. (cherry picked from commit 8dc820393219c7ee440b4ec86c9a201301943276)
-rw-r--r--lld/test/COFF/associative-comdat-mingw-i386.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/COFF/associative-comdat-mingw-i386.s b/lld/test/COFF/associative-comdat-mingw-i386.s
index 3f5e023..8d89478 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: