brintos

brintos / llvm-project-archived public Read only

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