[lldb] Make sure Blocks always have a parent (#117683)
[llvm-project.git] / llvm / test / CodeGen / SystemZ / mrecord-mcount-02.ll
blobe1f4a3748b76e2597113e79bfe815020220d8348
1 ; RUN: not --crash llc %s -mtriple=s390x-linux-gnu -o - 2>&1 | FileCheck %s
3 ; CHECK: LLVM ERROR: mrecord-mcount only supported with fentry-call
5 define void @test1() #0 {
6 entry:
7   ret void
10 attributes #0 = { "instrument-function-entry-inlined"="mcount" "mrecord-mcount" }