[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / X86 / xray-section-group.ll
blob1f2855b089d22eaadbe8c9a0d968b579eec979ee
1 ; RUN: llc -mtriple=x86_64-unknown-linux-gnu -function-sections < %s | FileCheck %s
2 ; RUN: llc -filetype=obj -o %t -mtriple=x86_64-unknown-linux-gnu -function-sections < %s
3 ; RUN: llvm-objdump --disassemble-all %t | FileCheck %s --check-prefix=CHECK-OBJ
5 define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
6 ; CHECK: .section .text.foo,"ax",@progbits
7   ret i32 0
8 ; CHECK: .section xray_instr_map,"ao",@progbits,foo{{$}}
11 $bar = comdat any
12 define i32 @bar() nounwind noinline uwtable "function-instrument"="xray-always" comdat($bar) {
13 ; CHECK: .section .text.bar,"axG",@progbits,bar,comdat
14   ret i32 1
15 ; CHECK: .section xray_instr_map,"aoG",@progbits,bar,bar,comdat{{$}}
18 ; CHECK-OBJ:      section xray_instr_map: