brintos

brintos / llvm-project-archived public Read only

0
0
Text · 353 B · dc661b6 Raw
18 lines · plain
1; RUN: llc %s -o - -verify-machineinstrs -mtriple=x86_64-unknown-linux-gnu | FileCheck %s2 3define void @test1() #0 {4entry:5  ret void6 7; CHECK-LABEL: @test18; CHECK: endbr649; CHECK: callq __fentry__10; CHECK-NOT: mcount11; CHECK: retq12}13 14!llvm.module.flags = !{!0}15 16attributes #0 = { "fentry-call"="true" }17!0 = !{i32 8, !"cf-protection-branch", i32 1}18