xref: /llvm-project/llvm/test/ExecutionEngine/JITLink/x86-64/ELF_empty_section.s (revision 8ad75c1037289b06bd1b95ff445797d380d93039)
1// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t
2// RUN: llvm-jitlink -noexec %t
3
4.section	.foo,"ax"
5.globl  zero
6zero:
7
8
9.text
10.globl main
11main:
12nop
13