brintos

brintos / llvm-project-archived public Read only

0
0
Text · 276 B · e1f4a37 Raw
11 lines · plain
1; RUN: not --crash llc %s -mtriple=s390x-linux-gnu -o - 2>&1 | FileCheck %s2;3; CHECK: LLVM ERROR: mrecord-mcount only supported with fentry-call4 5define void @test1() #0 {6entry:7  ret void8}9 10attributes #0 = { "instrument-function-entry-inlined"="mcount" "mrecord-mcount" }11