xref: /llvm-project/llvm/test/CodeGen/SystemZ/mrecord-mcount-02.ll (revision 4ad76852584480b646d1ce360202e18591ea8938)
1; RUN: not --crash llc %s -mtriple=s390x-linux-gnu -o - 2>&1 | FileCheck %s
2;
3; CHECK: LLVM ERROR: mrecord-mcount only supported with fentry-call
4
5define void @test1() #0 {
6entry:
7  ret void
8}
9
10attributes #0 = { "instrument-function-entry-inlined"="mcount" "mrecord-mcount" }
11