diff options
Diffstat (limited to 'llvm/test/MC/ELF/comdat.s')
-rw-r--r-- | llvm/test/MC/ELF/comdat.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/comdat.s b/llvm/test/MC/ELF/comdat.s index 6dbe583df01..3e4a001f05a 100644 --- a/llvm/test/MC/ELF/comdat.s +++ b/llvm/test/MC/ELF/comdat.s @@ -82,7 +82,7 @@ g1: nop - .section .bar,"axG",@progbits,g1,comdat + .section .bar,"ax?",@progbits nop .section .zed,"axG",@progbits,g2,comdat |