teak-llvm/llvm/test/CodeGen/SystemZ/mrecord-mcount-02.ll
Yuanfang Chen 6e24c6037f Revert "[Support] make report_fatal_error abort instead of exit"
This reverts commit 647c3f4e47.

Got bots failure from sanitizer-windows and maybe others.
2020-01-15 17:52:25 -08:00

11 lines
268 B
LLVM

; RUN: not 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" }