12 lines · plain
1; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%pluginext %s -output-prefix %t -bugpoint-crashfuncattr -silence-passes2; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s3; REQUIRES: plugins4 5; CHECK: f() #[[ATTRS:[0-9]+]]6define void @f() #0 {7 ret void8}9 10; CHECK: attributes #[[ATTRS]] = { "bugpoint-crash"="sure" }11attributes #0 = { "bugpoint-crash"="sure" noreturn "frame-pointer"="non-leaf" }12