]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/comdat-linkonce.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / comdat-linkonce.s
1 // REQUIRES: x86
2 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/comdat.s -o %t2.o
4 // RUN: ld.lld -shared %t.o %t2.o -o %t
5 // RUN: ld.lld -shared %t2.o %t.o -o %t
6
7 .section .gnu.linkonce.t.zed
8 .globl abc
9 abc:
10 nop