1 ##=== TEST.optllcdbg.report - Compare codegen w/ dbg info ------*- perl -*-===##
3 # This file defines a report to be generated for the optllcdbg test.
5 ##===----------------------------------------------------------------------===##
9 $TrimRepeatedPrefix = 1;
11 # These are the columns for the report. The first entry is the header for the
12 # column, the second is the regex to use to match the value. Empty list create
13 # seperators, and closures may be put in for custom processing.
16 ["Name:" , '\'([^\']+)\' Program'],
18 ["Result:", 'TEST-(.*)'],