forked from OSchip/llvm-project
12 lines
270 B
LLVM
12 lines
270 B
LLVM
![]() |
; RUN: not llc %s -mtriple=s390x-linux-gnu -o - 2>&1 | FileCheck %s
|
||
|
;
|
||
|
; CHECK: LLVM ERROR: mnop-mcount only supported with fentry-call
|
||
|
|
||
|
define void @test1() #0 {
|
||
|
entry:
|
||
|
ret void
|
||
|
}
|
||
|
|
||
|
attributes #0 = { "instrument-function-entry-inlined"="mcount" "mnop-mcount"="true" }
|
||
|
|