blob: cefd3e606ae1117f7e5796923aa364ac3aca472a [file] [log] [blame]
; RUN: llc < %s -O2 -mtriple=x86_64-unknown-linux-gnu -x86-indirect-branch-tracking --code-model=large | FileCheck %s --check-prefix=CHECK-LARGE-IBTSEAL
; CHECK-LARGE-IBTSEAL: foo:
; CHECK-LARGE-IBTSEAL: endbr
; CHECK-LARGE-IBTSEAL: bar:
; CHECK-LARGE-IBTSEAL: endbr
target triple = "x86_64-unknown-linux-gnu"
define dso_local void @foo() {
ret void
}
define dso_local ptr @bar() {
ret ptr @foo
}
!llvm.module.flags = !{!1}
!1 = !{i32 4, !"ibt-seal", i32 1}