Vedant Kumar | d6ff43c | 2018-07-24 00:41:29 +0000 | [diff] [blame] | 1 | ; RUN: opt < %s -debugify-each -debugify-quiet -debugify-export - -o /dev/null | FileCheck %s |
2 | |||||
3 | ; CHECK: Pass Name | ||||
4 | ; CHECK-SAME: # of missing debug values | ||||
5 | ; CHECK-SAME: # of missing locations | ||||
6 | ; CHECK-SAME: Missing/Expected value ratio | ||||
7 | ; CHECK-SAME: Missing/Expected location ratio | ||||
8 | |||||
9 | ; CHECK: Module Verifier | ||||
10 | ; CHECK-SAME: 0,0,0.000000e+00,0.000000e+00 | ||||
11 | |||||
12 | define void @foo() { | ||||
13 | ret void | ||||
14 | } |