xref: /llvm-project/lld/test/ELF/gc-absolute.s (revision 40a9f2251b75012d1d9ce8f86a834ffef9edfb0f)
1# REQUIRES: x86
2
3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
4# RUN: ld.lld %t -o /dev/null -shared --gc-sections
5
6.global foo
7foo = 0x123
8