]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/icf-different-output-sections.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / icf-different-output-sections.s
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
3 # RUN: ld.lld %t -o /dev/null --icf=all --print-icf-sections | count 0
4
5 .section .foo,"ax"
6 .byte 42
7
8 .section .bar,"ax"
9 .byte 42