28 lines · plain
1// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t2// RUN: llvm-jitlink -noexec %t3 4.section .foo,"axG",@progbits,g1,comdat5.globl g16g1:7call test18retq9 10.section .baz,"axG",@progbits,g1,comdat11test1:12retq13 14.section .bar,"axG",@progbits,g2,comdat15.globl g216g2:17call test218retq19 20.section .baz,"axG",@progbits,g2,comdat21test2:22retq23 24.text25.globl main26main:27retq28