summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/SystemZ/mrecord-mcount-02.ll
blob: e1f4a3748b76e2597113e79bfe815020220d8348 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: not --crash llc %s -mtriple=s390x-linux-gnu -o - 2>&1 | FileCheck %s
;
; CHECK: LLVM ERROR: mrecord-mcount only supported with fentry-call

define void @test1() #0 {
entry:
  ret void
}

attributes #0 = { "instrument-function-entry-inlined"="mcount" "mrecord-mcount" }