mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 11:35:51 -04:00

This reverts commit 647c3f4e47
.
Got bots failure from sanitizer-windows and maybe others.
11 lines
268 B
LLVM
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" }
|